AltSep = '/'
'/' on Windows systems where DirSep is a backslash ('\\'). Source Edit CurDir = '.'
The constant character used by the operating system to refer to the current directory.
For example: '.' for POSIX or ':' for the classic Macintosh.
DirSep = '\\'
'/' for POSIX, ':' for the classic Macintosh, and '\\' on Windows. Source Edit DynlibFormat = "$1.dll"
ExeExt = "exe"
"" for POSIX, "exe" on Windows (without a dot). Source Edit ExtSep = '.'
'.' in os.nim. Source Edit FileSystemCaseSensitive = false
ParDir = ".."
The constant string used by the operating system to refer to the parent directory.
For example: ".." for POSIX or "::" for the classic Macintosh.
© 2006–2024 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/osseps.html