Module picocadrs::paths

source ·
Expand description

Important paths across different platforms.

Mainly the paths of where picoCAD will store project files.

Constants§

  • File path where a picoCAD project files are located on Linux systems relative to home directory.
  • File path where a picoCAD project files are located on OSX systems relative to home directory.
  • File path where a picoCAD project files are located on Windows systems relative to home directory.

Functions§

  • Returns the file path where picoCAD project files are located on the system as an OsString. If there is no home directory found this returns None. If this returns None when it shouldn’t check this methods documentation, which this function relies on.