|
def | python.fileutil.retry_function_time (func, args, retryException, retryMaxTime=defaultRetryMaxTime, retryStartTime=defaultRetryMaxTime) |
|
def | python.fileutil.retry_file_access (func, args, retryException=OSError, retryMaxTime=defaultRetryMaxTime, retryStartTime=defaultRetryMaxTime) |
|
def | python.fileutil.get_access_type (filename) |
|
def | python.fileutil.exists (filename) |
|
def | python.fileutil.getsize (filename) |
|
def | python.fileutil.getmtime (filename) |
|
def | python.fileutil.listdir (filename) |
|
def | python.fileutil.stat (filename) |
|
def | python.fileutil.lstat (filename) |
|
def | python.fileutil.access (filename, mode) |
|
def | python.fileutil.remove (filename) |
|
def | python.fileutil.exists_suffix (filename, suffixRE) |
|
def | python.fileutil.exists_suffix_number (filename) |
|
def | python.fileutil.mode_string (filename) |
|
def | python.fileutil.mode_to_string (mode) |
|