Module fs

Module fs 

Source
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.