dirs¶
Manipulation of directories and/or files.
Directory validation¶
|
Convert a path to a standardized Linux file path format for cross-platform compatibility. |
|
Convert a pathname to a standard Linux file path format. |
|
Check whether a string represents a valid directory path. |
|
Validate the pathname of a directory. |
|
Validate the filename and create a new filename with a suffix if the original exists. |
|
Get paths of files in a directory matching the specified file extension. |
|
Check if specified files exist within a given directory. |
Directory/file control¶
|
Delete a directory or directories. |