FSO Property
Get the reference to a FileSystemObject. By using this property the object will be created once and can be used all over the project.
Syntax
FSO
Return value
FileSystemObject
Systemtag:SystemFilesystemtag:Filesystem
Example
If Not FSO.FolderExists("C:\MyApp") Then
FSO.CreateFolder "C:\Myapp"
End If