Files | |
file | dir.h [code] |
file | file.h [code] |
OS file-system querying and manipulation. | |
file | path.h [code] |
OS file-system path comparison, decomposition and manipulation. Paths are c-style null-terminated-character-arrays. Path separators must be forward slashes (unix style). Directory paths must end in a separator. Paths must not contain the ascii characters \ : * ? " < > or |. Paths may be encoded in UTF-8 or any extended-ascii character set. |