CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    8

    How to get the Paht of the Perticular Filename

    Hi,

    I am facing the problem in finding out the path of the perticular file name. Say if I have a file called abc.txt in c:\windows\system\temp\abc how do I find out the exact path of the file I have tried to use App function but falied to get it. Do
    Please suggest me the answer at the earliest.

    Thanks in Advance

    Bye
    dayanand



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to get the Paht of the Perticular Filename

    A quick look at the CodeGuru site found this article :

    http://www.codeguru.com/vb/articles/1802.shtml

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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