Reputation:
i want to know when a file is created.I want to know it's date when it is created Windows 7 OS
Upvotes: 0
Views: 274
Reputation: 490098
You can use FindFirstFile or GetFileInformationByHandle.
FindFirstFile
GetFileInformationByHandle
Reputation: 55489
Assuming windows OS, you can use GetFileTime()
Upvotes: 1