Results 1 to 2 of 2

Thread: Folder Scanner

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    2

    Folder Scanner

    Hi
    Can anyone help as i want an App that gets all the File Inormation from a given Folder including files in subfolders e.g FileCreatedDate, Modified Date, Last Acessed, Size. I want to display this info in a grid. any help will be greatly appreciated

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Folder Scanner

    you can try using FileSystemObject for this purpose. firstly you need to declare an object and then set it to FileSystemObject. e.g.
    VB Code:
    1. Dim fso As Object
    2. Set fso = CreateObject("Scripting.FileSystemObject")
    Show Appreciation. Rate Posts.

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