The pyedb.generic.filesystem library#
Summary#
Class for managing a scratch directory. |
Search for files inside a directory given a specific pattern. |
|
Get the normalized path of the current file’s directory. |
|
Get the absolute path to all JSON files in start_folder. |
Module detail#
- filesystem.search_files(dirname: str, pattern: str = '*') list[str]#
Search for files inside a directory given a specific pattern.
- filesystem.my_location()#
Get the normalized path of the current file’s directory.