Module std::os::unix::fs 1.0.0[−][src]
This is supported on Unix only.
Expand description
std::fs
模块中对原语的特定于 Unix 的扩展。
Traits
DirEntryExt2 | Experimental
|
DirBuilderExt | 特定于 Unix 的 |
DirEntryExt |
|
FileExt | 特定于 Unix 的 |
FileTypeExt |
|
MetadataExt | 特定于 Unix 的 |
OpenOptionsExt | 特定于 Unix 的 |
PermissionsExt | 特定于 Unix 的 |
Functions
chroot | Experimental 将当前进程的根目录更改为指定路径。 |
symlink | 在文件系统上创建一个新的符号链接。 |