Tagged Questions
The file-time tag has no wiki summary.
2
votes
4answers
912 views
How to get file time by name in windows?
Windows has GetFileTime API which allows getting file time information by open file handle. What I wanted to know is, if it is possible to get this information by file name without opening the file ...
1
vote
2answers
50 views
Wherein lies the danger of obtaining file times in Silverlight?
Before uploading a file I need to salt the name with some additional information to increase the chance of the filename being unique (stateless-ly). Invoking FileInfo.LastWriteTime-get throws a ...
0
votes
1answer
110 views
write time on FTP server is very off
im trying to compare file write times between a local file and a file on an ftp server. the file times on the local machine work and it makes sense, but when I look at the file on the ftp server it ...
0
votes
2answers
425 views
Converting NTFS timestamps to FAT Timestamps
I'm writing a file transfer application, and I need to copy files from NTFS to FAT drives. Reading from http://support.microsoft.com/kb/127830, I understand that a time such as #11/29/2004 7:31:06 PM, ...