Module typed_path::utils
source · Functions§
- Returns the current working directory as
NativePathBuf
. - Returns the full filesystem path of the current running executable as
NativePathBuf
. - Returns the path of a temporary directory as
NativePathBuf
. - Returns the current working directory as
Utf8NativePathBuf
. - Returns the full filesystem path of the current running executable as
Utf8NativePathBuf
. - Returns the path of a temporary directory as
Utf8NativePathBuf
.