Available on crate feature
nstd_fs only.Expand description
Directory management & file I/O.
Modules§
- file
- File I/O.
Functions§
- nstd_
fs_ ⚠create_ dir - Creates a directory with the name
name. - nstd_
fs_ ⚠create_ dir_ all - Creates a directory and all of it’s parents if they are missing.
- nstd_
fs_ ⚠dir_ contents - Returns a vector of all a directory’s contents.
- nstd_
fs_ ⚠dir_ contents_ free - Frees memory allocated by
nstd_fs_dir_contents. - nstd_
fs_ ⚠exists - nstd_
fs_ ⚠is_ dir - nstd_
fs_ ⚠is_ file - nstd_
fs_ ⚠remove_ dir - Removes an empty directory.
- nstd_
fs_ ⚠remove_ dir_ all - Removes a directory and all of it’s contents.