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

    Dispay File size and Path

    How do you display the path and size of a file that has been searched for.
    THe ouptut of a search is at present displayed in notepad


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Dispay File size and Path

    There is a API fn GetFileSize or simthing similar. Check on that..

    RK

  3. #3
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    Re: Dispay File size and Path

    if you wanna get the path from a msgbox you would do it like this:

    msgbox app.path

    PanasonicSubz

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