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

    Refreshing files in a folder

    I would like to know if there is a function or some way to refresh the files in a specific folder.
    Thanks, Sean


  2. #2
    Join Date
    Jul 2000
    Location
    Washington
    Posts
    77

    Re: Refreshing files in a folder

    Hmm, gonna need a little more info on this one too. Are you using a DirListBox control to display the folder contents? If so, just call the .refresh method. If not, I'll need to know exactly what you are trying to do.


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