Internationalization and localization tools


File and Path Operations

int lutimes(const char *filename, struct timeval tvp[2]);

Internationalization (I18n) Function Overview

lutimes is like utimes, except that it does not follow symbolic links. If filename is the name of a symbolic link, lutimes sets the file access and modification times of the symbolic link special file itself while utimes sets the file access and modification times of the file the symbolic link refers to.

I18n Issues

There is no ANSI wide character version of this function. The parameters will have to be converted to multibyte UTF-8 characters and then the lutimes function can be used.

See Pathnames for a discussion of path and filename considerations in an internationalized application.

Recommended Replacements*

*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.

File and Path Functions

 

Lingoport internationalization and localization services and software