file_operations module

Simple file operation utilities.

file_operations._get_timestamp()[source]

Returns timestamp of the current time.

Returns:

timestamp – Timestamp in order of year, month, day, hour, minute, second without spaces or puncuation

Return type:

string

file_operations.make_dir(directory)[source]

Create a file directory if it doesn’t yet exist.

Parameters:

directory (string) – Filepath of directory to create if it does not exist.