Nov 25, 2003 #1 hstijnen Programmer Nov 13, 2002 172 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 Sep 13, 2000 4,226 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 Nov 13, 2002 172 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?