Results 1 to 2 of 2

Thread: FSO Programme

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    FSO Programme

    I need the creation date of a folder using FSO

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    Re: FSO Programme

    FSO?

    Code:
    Imports System.IO
    
    MsgBox(Directory.GetCreationTime("c:\windows"))

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