10extern RWLock _fsCurDirLock;
11extern string _fsCurDir;
12extern strref fsPathSepStr;
13extern strref fsNSSepStr;
14extern strref fsCurrentDirStr;
15extern strref fsParentDirStr;
16extern strref fsExtensionSepStr;
17extern strref fsPlatformPathSepStr;
Low-level file I/O operations.
Platform-specific filesystem operations.
Platform-independent path manipulation.
Reader-writer lock synchronization primitive.
Copy-on-write strings with automatic memory management and rope optimization.
Other miscellaneous utilities.