Module bitflags::__core::os::ext::fs [] [src]

Unix-specific extensions to primitives in the std::fs module.

Constants

ALL_EXECUTE [Deprecated]
ALL_READ [Deprecated]
ALL_RWX [Deprecated]
ALL_WRITE [Deprecated]
GROUP_EXECUTE [Deprecated]
GROUP_READ [Deprecated]
GROUP_RWX [Deprecated]
GROUP_WRITE [Deprecated]
OTHER_EXECUTE [Deprecated]
OTHER_READ [Deprecated]
OTHER_RWX [Deprecated]
OTHER_WRITE [Deprecated]
SETGID [Deprecated]
SETUID [Deprecated]
STICKY_BIT [Deprecated]
USER_EXECUTE [Deprecated]
USER_READ [Deprecated]
USER_RWX [Deprecated]
USER_WRITE [Deprecated]

Traits

DirBuilderExt

An extension trait for fs::DirBuilder for unix-specific options.

DirEntryExt

Unix-specific extension methods for fs::DirEntry

FileTypeExt

Add special unix types (block/char device, fifo and socket)

MetadataExt
OpenOptionsExt

Unix-specific extensions to OpenOptions

PermissionsExt

Unix-specific extensions to Permissions

Functions

symlink

Creates a new symbolic link on the filesystem.