10extern RWLock _fsCurDirLock;
11extern string _fsCurDir;
12extern string fsPathSepStr;
13extern string fsNSSepStr;
14extern string 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.