user565367
user565367

Reputation:

how i can get file created date

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

Answers (2)

Jerry Coffin
Jerry Coffin

Reputation: 490098

You can use FindFirstFile or GetFileInformationByHandle.

Upvotes: 0

Sachin Shanbhag
Sachin Shanbhag

Reputation: 55489

Assuming windows OS, you can use GetFileTime()

Upvotes: 1

Related Questions