irfpy.util.iotools

IO related tools

irfpy.util.iotools.mtime(path, *args, **kwds)[source]

Return mtime of the file. Arguments will go os.stat() function.

mtime() function obtains the final change time (mtime) of the given path.

This is a syntax sugar, os.stat(path).st_mtime.