I use 'utime()' func to update files' access time and the modification time.
It works on regular files. But for the 'symbolic link', it will apply the
modification on the file the symbolic link refer to.
Is there any way to ask 'utime()' modify the 'symbolic link' itself instead of the
real file if existed?
Commands 'chown' and 'chgrp' have option '-h' to do so. Is it possible to write
a replacement of 'utime()' simple?
Thanks,
Po-Ting Wu