module documentation

File helper for micropython devices

Function cleanup_path Undocumented
Function exists Undocumented
Function is_file Undocumented
Function mkdir_recursive Undocumented
Function parent_path Undocumented
Function path_join Undocumented
Function rmdir_recursive Undocumented
def cleanup_path(path):

Undocumented

def exists(path):

Undocumented

def is_file(path):

Undocumented

def mkdir_recursive(path):

Undocumented

def parent_path(path):

Undocumented

def path_join(*args):

Undocumented

def rmdir_recursive(path):

Undocumented