cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to update lastaccesstime of a remote
how to update lastaccesstime of a remote file ?
Oct 18, 2015 at 2:05pm UTC
pradeepgmishra
(1)
I wanted to know how can I programatically update the "Last Access Time" of a file which is sitting in a remote system shared through windows file share (DFS).
Any help will be highly appreciated?
Last edited on
Oct 18, 2015 at 2:05pm UTC
Oct 19, 2015 at 8:10am UTC
kbw
(9488)
Have you tried opening the file?
Oct 19, 2015 at 12:33pm UTC
fcantoro
(81)
you can use the Windows function SetFileTime.
See
https://msdn.microsoft.com/en-us/library/windows/desktop/ms724933%28v=vs.85%29.aspx
Topic archived. No new replies allowed.