def utimens(self, path, times=None): return os.utime(self._full_path(path), times) # File methods # ============