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