Function: tramp-compat-set-file-times

tramp-compat-set-file-times is a function alias for set-file-times, defined in fileio.c.

Signature

(tramp-compat-set-file-times FILENAME &optional TIMESTAMP FLAG)

Documentation

Set times of file FILENAME to TIMESTAMP.

If optional FLAG is nofollow, do not follow FILENAME if it is a symbolic link. Set both access and modification times. Return t on success, else nil. Use the current time if TIMESTAMP is nil. TIMESTAMP is in the format of current-time.

Aliases

tramp-compat-set-file-times