Module utils

Source

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.