Module utils

Module utils 

Source

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.