digigun.sys.fs
| .. | |
|---|---|
| ExtendedAttributes | Provides access to Extended File Attributes (xattr on macOS/Linux, ADS on Windows). |
| FSEvent | Structure representing a file system event. |
| FSEventType | Types of file system events. |
| FileDiagnostics | Advanced file system diagnostics and permission management. |
| FileLock | Provides advisory file locking using flock() or LockFileEx(). |
| FilePermission | Standard Unix file permission masks. |
| FileType | Platform-agnostic file types. |
| MemoryMap | Provides memory mapping of files for high-speed I/O. |
| Symlink | Platform-agnostic symbolic link management. |
| Volume | Provides detailed information about mounted filesystem volumes. |
| VolumeInfo | Detailed volume and drive metadata. |
| Watcher | Class for high-performance, native file system watching. |