module documentation

Undocumented

Function hide_file Set the hidden attribute on a file or directory.
Function windows_only Undocumented
@windows_only
def hide_file(path): (source)

Set the hidden attribute on a file or directory. From http://stackoverflow.com/questions/19622133/ `path` must be text.

def windows_only(func): (source)

Undocumented