CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2008
    Location
    Germany / NRW
    Posts
    37

    Filename from HANDLE

    Hi Folks,

    is there a way to track down a file handle (if its a disk file obv) to its filename ?

    I know about GetFileInformationByHandleEx(), but I don't like a "vista or better" requirement.

    So is it possible without that?

    Thanks in Advance,
    Andy

  2. #2
    Join Date
    Jan 2008
    Posts
    48

    Re: Filename from HANDLE

    It\'s a Win32 api FAQ for ages
    See on Adv. Win32 api newsgroup :
    news://194.177.96.26/comp.os.ms-wind...ogrammer.win32
    (NAPI)

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Filename from HANDLE

    Best regards,
    Igor

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