check_directory_exists
Checks if the directory of a given file path exists.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
complete_file_path
|
str
|
The full file path whose directory needs to be checked. |
required |
Returns:
Type | Description |
---|---|
bool
|
True if the directory exists, False otherwise. |