Files
Nim/os.idx
github-actions[bot] c7440eccf2 Deploy to GitHub pages
2025-09-27 04:02:34 +00:00

43 lines
3.8 KiB
Plaintext

nimTitle os os.html module std/os 0
nim invalidFilenameChars os.html#invalidFilenameChars const invalidFilenameChars 65
nim invalidFilenames os.html#invalidFilenames const invalidFilenames 69
nim expandTilde os.html#expandTilde,string proc expandTilde(path: string): string 111
nim quoteShellWindows os.html#quoteShellWindows,string proc quoteShellWindows(s: string): string 140
nim quoteShellPosix os.html#quoteShellPosix,string proc quoteShellPosix(s: string): string 173
nim quoteShell os.html#quoteShell,string proc quoteShell(s: string): string 185
nim quoteShellCommand os.html#quoteShellCommand,openArray[string] proc quoteShellCommand(args: openArray[string]): string 195
nim ExeExts os.html#ExeExts const ExeExts 219
nim findExe os.html#findExe,string,bool,openArray[string] proc findExe(exe: string; followSymlinks: bool = true;\n extensions: openArray[string] = ExeExts): string 224
nim getLastModificationTime os.html#getLastModificationTime,string proc getLastModificationTime(file: string): times.Time 282
nim getLastAccessTime os.html#getLastAccessTime,string proc getLastAccessTime(file: string): times.Time 300
nim getCreationTime os.html#getCreationTime,string proc getCreationTime(file: string): times.Time 318
nim fileNewer os.html#fileNewer,string,string proc fileNewer(a, b: string): bool 340
nim isAdmin os.html#isAdmin proc isAdmin(): bool 358
nim expandFilename os.html#expandFilename,string proc expandFilename(filename: string): string 389
nim createHardlink os.html#createHardlink,string,string proc createHardlink(src, dest: string) 426
nim sleep os.html#sleep,int proc sleep(milsecs: int) 444
nim getFileSize os.html#getFileSize,string proc getFileSize(file: string): BiggestInt 457
nim exitStatusLikeShell os.html#exitStatusLikeShell,cint proc exitStatusLikeShell(status: cint): cint 473
nim execShellCmd os.html#execShellCmd,string proc execShellCmd(command: string): int 484
nim inclFilePermissions os.html#inclFilePermissions,string,set[FilePermission] proc inclFilePermissions(filename: string; permissions: set[FilePermission]) 502
nim exclFilePermissions os.html#exclFilePermissions,string,set[FilePermission] proc exclFilePermissions(filename: string; permissions: set[FilePermission]) 511
nim getAppFilename os.html#getAppFilename proc getAppFilename(): string 651
nim getAppDir os.html#getAppDir proc getAppDir(): string 710
nim getCurrentCompilerExe os.html#getCurrentCompilerExe proc getCurrentCompilerExe(): string 717
nim DeviceId os.html#DeviceId type DeviceId 733
nim FileId os.html#FileId type FileId 734
nim FileInfo os.html#FileInfo object FileInfo 744
nim getFileInfo os.html#getFileInfo,FileHandle proc getFileInfo(handle: FileHandle): FileInfo 835
nim getFileInfo os.html#getFileInfo,File proc getFileInfo(file: File): FileInfo 862
nim getFileInfo os.html#getFileInfo,string proc getFileInfo(path: string; followSymlink = true): FileInfo 872
nim sameFileContent os.html#sameFileContent,string,string proc sameFileContent(path1, path2: string): bool 912
nim getCurrentProcessId os.html#getCurrentProcessId proc getCurrentProcessId(): int 946
nim setLastModificationTime os.html#setLastModificationTime,string, proc setLastModificationTime(file: string; t: times.Time) 958
nim isHidden os.html#isHidden,string proc isHidden(path: string): bool 975
nim isValidFilename os.html#isValidFilename,string proc isValidFilename(filename: string; maxLen = 259.Positive): bool 1003
nim existsFile os.html#existsFile.t,varargs[untyped] template existsFile(args: varargs[untyped]): untyped 1038
nim existsDir os.html#existsDir.t,varargs[untyped] template existsDir(args: varargs[untyped]): untyped 1040
idx shell command os.html#shell-command_1 Module os 0
idx absolute os.html#absolute_1 Module os 0
nimgrp getfileinfo os.html#getFileInfo-procs-all proc 835