Expand description
Unix-specific extensions to primitives in the std::fs module.
Traits§
- DirBuilder
Ext  - Unix-specific extensions to 
fs::DirBuilder. - DirEntry
Ext  - Unix-specific extension methods for 
fs::DirEntry. - FileExt
 - Unix-specific extensions to 
fs::File. - File
Type Ext  - Unix-specific extensions for 
fs::FileType. - Metadata
Ext  - Unix-specific extensions to 
fs::Metadata. - Open
Options Ext  - Unix-specific extensions to 
fs::OpenOptions. - Permissions
Ext  - Unix-specific extensions to 
fs::Permissions. - DirEntry
Ext2 Experimental  - Sealed Unix-specific extension methods for 
fs::DirEntry. 
Functions§
- chown
 - Change the owner and group of the specified path.
 - chroot
 - Change the root directory of the current process to the specified path.
 - fchown
 - Change the owner and group of the file referenced by the specified open file descriptor.
 - lchown
 - Change the owner and group of the specified path, without dereferencing symbolic links.
 - symlink
 - Creates a new symbolic link on the filesystem.
 - mkfifo
Experimental  - Create a FIFO special file at the specified path with the specified mode.