I have never seen this type of library before until a member by the name of "Ramdasv" used it. It this new to VB 6 only and how do I find all of its properties and methods?


Code:
  Dim Fobj
  Set Fobj = CreateObject("Scripting.FileSystemObject")
  Fobj.DeleteFolder "c:\AA"
  Set Fobj = Nothing