CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Build date/size

  1. #1
    Join Date
    Sep 1999
    Posts
    67

    Build date/size

    Hi

    Does anyone know how to retrieve the build(exe file) size and date?

    All help appretiated

    /Anders

  2. #2
    Join Date
    Sep 1999
    Posts
    67

    Re: Build date/size

    I found out how to get the build date.

    File.GetCreationTime(Application.ExecutablePath);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured