Nov 25, 2003 #1 hstijnen Programmer Joined Nov 13, 2002 Messages 172 Location NL Hi, How can I set the OS timestamp of a Directory? (for a file it can be done with FileSetDate, but that doesn't work for Directory) Thanks, Henk
Hi, How can I set the OS timestamp of a Directory? (for a file it can be done with FileSetDate, but that doesn't work for Directory) Thanks, Henk
Nov 25, 2003 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB #include <windows.h> and use GetFileTime. Directory is also a file, but it contains file names and has special meaning. Ion Filipski Upvote 0 Downvote
#include <windows.h> and use GetFileTime. Directory is also a file, but it contains file names and has special meaning. Ion Filipski
Nov 25, 2003 Thread starter #3 hstijnen Programmer Joined Nov 13, 2002 Messages 172 Location NL Ion, I can't find the specs of GetFileTime in CBuilder Help. Do you know why FileSetDate doesn't work? Upvote 0 Downvote
Ion, I can't find the specs of GetFileTime in CBuilder Help. Do you know why FileSetDate doesn't work?