create_directory_if_not_exists
The directory creation method.
It checks whether the target file directory exists or not, if it doesn't exist, this method will create the directory.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
complete_file_path
|
The complete file path (covering the directory and file name) as a string. |
required |
Returns:
Type | Description |
---|---|
None
|
This method doesn't have any return values. |