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

Thread: Win32 Function

  1. #1
    Join Date
    Aug 2005
    Posts
    69

    Win32 Function

    Given a folder path in hard disk, I want to get all the file and subfolder information of that particular folder. Then I want to rename some file and folder names. Can anyone please tell me what are the Win32 functions to do these jobs?

    Thanks.
    ~Donotalo()

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Win32 Function

    File system FAQs
    That should be the starting point. Also, make it a habit to search MSDN. That should be the first stop

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