os.idx 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. nimTitle os os.html module std/os 0
  2. nim invalidFilenameChars os.html#invalidFilenameChars const invalidFilenameChars 65
  3. nim invalidFilenames os.html#invalidFilenames const invalidFilenames 69
  4. nim expandTilde os.html#expandTilde,string proc expandTilde(path: string): string 111
  5. nim quoteShellWindows os.html#quoteShellWindows,string proc quoteShellWindows(s: string): string 140
  6. nim quoteShellPosix os.html#quoteShellPosix,string proc quoteShellPosix(s: string): string 173
  7. nim quoteShell os.html#quoteShell,string proc quoteShell(s: string): string 185
  8. nim quoteShellCommand os.html#quoteShellCommand,openArray[string] proc quoteShellCommand(args: openArray[string]): string 195
  9. nim ExeExts os.html#ExeExts const ExeExts 219
  10. nim findExe os.html#findExe,string,bool,openArray[string] proc findExe(exe: string; followSymlinks: bool = true;\n extensions: openArray[string] = ExeExts): string 224
  11. nim getLastModificationTime os.html#getLastModificationTime,string proc getLastModificationTime(file: string): times.Time 282
  12. nim getLastAccessTime os.html#getLastAccessTime,string proc getLastAccessTime(file: string): times.Time 300
  13. nim getCreationTime os.html#getCreationTime,string proc getCreationTime(file: string): times.Time 318
  14. nim fileNewer os.html#fileNewer,string,string proc fileNewer(a, b: string): bool 340
  15. nim isAdmin os.html#isAdmin proc isAdmin(): bool 358
  16. nim expandFilename os.html#expandFilename,string proc expandFilename(filename: string): string 389
  17. nim createHardlink os.html#createHardlink,string,string proc createHardlink(src, dest: string) 426
  18. nim sleep os.html#sleep,int proc sleep(milsecs: int) 444
  19. nim getFileSize os.html#getFileSize,string proc getFileSize(file: string): BiggestInt 457
  20. nim exitStatusLikeShell os.html#exitStatusLikeShell,cint proc exitStatusLikeShell(status: cint): cint 473
  21. nim execShellCmd os.html#execShellCmd,string proc execShellCmd(command: string): int 484
  22. nim inclFilePermissions os.html#inclFilePermissions,string,set[FilePermission] proc inclFilePermissions(filename: string; permissions: set[FilePermission]) 502
  23. nim exclFilePermissions os.html#exclFilePermissions,string,set[FilePermission] proc exclFilePermissions(filename: string; permissions: set[FilePermission]) 511
  24. nim getAppFilename os.html#getAppFilename proc getAppFilename(): string 649
  25. nim getAppDir os.html#getAppDir proc getAppDir(): string 708
  26. nim getCurrentCompilerExe os.html#getCurrentCompilerExe proc getCurrentCompilerExe(): string 715
  27. nim DeviceId os.html#DeviceId type DeviceId 731
  28. nim FileId os.html#FileId type FileId 732
  29. nim FileInfo os.html#FileInfo object FileInfo 742
  30. nim getFileInfo os.html#getFileInfo,FileHandle proc getFileInfo(handle: FileHandle): FileInfo 833
  31. nim getFileInfo os.html#getFileInfo,File proc getFileInfo(file: File): FileInfo 860
  32. nim getFileInfo os.html#getFileInfo,string proc getFileInfo(path: string; followSymlink = true): FileInfo 870
  33. nim sameFileContent os.html#sameFileContent,string,string proc sameFileContent(path1, path2: string): bool 910
  34. nim getCurrentProcessId os.html#getCurrentProcessId proc getCurrentProcessId(): int 944
  35. nim setLastModificationTime os.html#setLastModificationTime,string, proc setLastModificationTime(file: string; t: times.Time) 956
  36. nim isHidden os.html#isHidden,string proc isHidden(path: string): bool 973
  37. nim isValidFilename os.html#isValidFilename,string proc isValidFilename(filename: string; maxLen = 259.Positive): bool 1001
  38. nim existsFile os.html#existsFile.t,varargs[untyped] template existsFile(args: varargs[untyped]): untyped 1036
  39. nim existsDir os.html#existsDir.t,varargs[untyped] template existsDir(args: varargs[untyped]): untyped 1038
  40. idx shell command os.html#shell-command_1 Module os 0
  41. idx absolute os.html#absolute_1 Module os 0
  42. nimgrp getfileinfo os.html#getFileInfo-procs-all proc 833