Functionsยง
- current_
dir - Returns the current working directory as
NativePathBuf
. - current_
exe - Returns the full filesystem path of the current running executable as
NativePathBuf
. - temp_
dir - Returns the path of a temporary directory as
NativePathBuf
. - utf8_
current_ dir - Returns the current working directory as
Utf8NativePathBuf
. - utf8_
current_ exe - Returns the full filesystem path of the current running executable as
Utf8NativePathBuf
. - utf8_
temp_ dir - Returns the path of a temporary directory as
Utf8NativePathBuf
.