test_windows.go 151 B

1234
  1. package main
  2. const NoSuchFileError = "The system cannot find the file specified."
  3. const NoSuchDirError = "The system cannot find the path specified."