|
|
|
#1 |
Fanatic Member
Join Date: Jan 01
Posts: 858
|
File Created Date
If I delete my app's exe from the bin directory and rebuild it, why is the create date of the new exe not updated to today's date? It seems to retain the create date of the previous build. I am not mistaking the exes in the Release and Debug folders.
|
|
|
|
#2 |
.NUT
Join Date: May 05
Location: Sydney, Australia
Posts: 68,895
|
Re: File Created Date
When you build I think that the existing file overwritten, so the modified date is changed but the created date isn't. The EXE that ends up in your bin\Debug folder is copied from the obj\Debug folder, so if you don't delete that then it's the same file being copied so it has the same created date.
__________________
2007-2011 Why is my data not saved to my database? | Communicating between multiple forms | MSDN Data Walkthroughs MSDN "How Do I?" Videos: VB | C# VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Using Parameters in ADO.NET | Keyboard Events | Assemblies & Namespaces |
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|