dirs¶
Manipulation of directories and/or files.
Directory validation¶
|
Converts a pathname to a consistent file path format for cross-platform compatibility. |
|
Checks whether a string represents a valid directory path. |
|
Validates the pathname of a directory. |
|
Validates the filename and create a new filename with a suffix if the original exists. |
|
Gets paths of files in a directory matching the specified file extension. |
|
Checks if specified files exist within a given directory. |
Directory/file control¶
|
Deletes a directory or directories. |