- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can use API routines to obtain current time and file creation time. I can obtain time in SYSTEMTIME or FILETIME format. I prefer FILETIME which is 64-bit.
How do I subtract two FILETIME structures to get file age ?
How do I subtract two FILETIME structures to get file age ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have CVF6.5 or later, you can EQUIVALENCE a FILETIME structure with (or TRANSFER it into) an INTEGER(8). Then you can do normal integer arithmetic on it.
Jugoslav
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page