|
-
May 31st, 2002, 02:44 AM
#1
File attributes: Date Created
hi!
is there any way for me to get a file's attributes when I open a file using the openFileDialog method. i want to know the date the file was created.
thks
-
May 31st, 2002, 08:08 AM
#2
Re: File attributes: Date Created
Originally posted by Gabro
hi!
is there any way for me to get a file's attributes when I open a file using the openFileDialog method. i want to know the date the file was created.
thks
Take the path returned from openFileDialog and then
DateTime creation = File.GetCreationTime(path)
Jared
-
June 4th, 2002, 08:16 PM
#3
Re: Re: File attributes: Date Created
Originally posted by jparsons
Take the path returned from openFileDialog and then
DateTime creation = File.GetCreationTime(path)
thx for ur help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|