dgs.utils.files¶
Contains helper functions for loading and interacting with files and paths.
Module Functions
|
Returns whether this filepath is an existing absolute directory. |
|
Returns whether this filepath is an existing files absolute path. |
|
Returns whether this filepath is an existing directory either everywhere or from this project. |
|
Returns whether this filepath is an existing file either everywhere or from this project. |
|
Returns whether this filepath is a path of an existing directory in this project. |
|
Returns whether this filepath is an existing path in this project. |
|
Creates leaf directory and all intermediates if it is missing. |
|
Reads json file from a path. |
|
Given a path return the absolute path of this file or directory. |
|
Writes to a json file. |