programming:c:function utimeWhat links here?
set access and modification times for file

SYNOPSIS

  1. include
  2. include int utime(const char *pathname, const struct utimbuf *times);


DESCRIPTION

The utime() function sets the access and modification times of the named file.

If times is NULL, the access and modification times of the file are set to the current time. The effective user ID of the process must match the owner of the file or the process must have write permission to the file or appropriate privileges to use utime() in this way.

If times is not NULL, it is interpreted as a pointer to a utimbuf structure; and the access and modification times are set to the values in the designated structure. Only the owner of the file and processes with appropriate privileges can use the utime() function in this manner.

PARAMETERS



RETURN VALUES

If successful, utime() returns a value of zero. On failure, it returns -1, does not change the file times, and sets errno to indicate the error:
EACCES A component of the pathname prefix denies search permission.
EFAULT pathname is an invalid pointer, or times is not NULL and is an invalid pointer.
EINTR A signal interrupted the call.
ENAMETOOLONG The length of the pathname parameter exceeds PATH_MAX or a pathname component is longer than NAME_MAX.
ENOENT The named file does not exist or pathname points to an empty string.
ENOTDIR A component of the pathname prefix is not a directory.
EPERM The process has insufficient permissions.
EROFS The file system that contains the file is mounted as read-only.


programming:c:function utime
programming - C - function stat
programming:c:c io.h
programming - windows - display a bitmap in a window
programming - windows - windows message decoding
programming:windows:display a bitmap in a window
programming - HTTP - status codes
programming tools - gcc options
programming:c:clock_t
programming - Free Pascal - TPaintBox
programming:windows:networking:select based server
programming:c:functions:strnpos
programming - Free Pascal
tk:tk_frame
programming:autolisp
programming:bsd sockets
programming - responsive web design
programming - windows - win32 constants
filename:programming:c:function utime
filename:programming%3Ac%3Afunction%20utime
last edit:April 04 2009 20:33:30 (-1873648 minutes ago)
ct = 1126472715.000000 = September 11 2005 17:05:15
ft = 1238891610.000000 = April 04 2009 20:33:30
dt = -112418895.000000