How to convert system time to 64 bit file time structure of NTFS in DOS

Posted by user329713 on Stack Overflow See other posts from Stack Overflow or by user329713
Published on 2010-04-30T11:44:06Z Indexed on 2010/04/30 11:47 UTC
Read the original article Hit count: 279

Filed under:
|
|

I am using DJGPP compiler for DOS in that i have to use WINDOWS.h which is a win32 api for conversion of system time to file time for NTFS file system.As windows.h is win32 api it is giving error "windows.h-no such file or directory".So how to convert system time to file time (i.e.8 byte structure) in NTFS file system for NTFS file system in DOS.

© Stack Overflow or respective owner

Related posts about c

    Related posts about ntfs