This Code provides the application program developer to work with Windows File-System and File Mani
This Code provides the application program developer to work with Windows File-System and File Manipulations such as creating a textfile,
API Declarations
Dim fobj As New Scripting.FileSystemObject
Rate This Code provides the application program developer to work with Windows File-System and File Mani
(1(1 Vote))
a.Write(String)
Set b = fobj.OpenTextFile "Path", [ForReading/ForWriting/ForAppending]
b.ReadAll
fobj.CopyFile "Source", "Destination", [true/false]
fobj.MoveFile "Source", "Destination", [true/false]
fobj.DeleteFile "Path", [true/false]
fobj.CopyFolder "Source", "Destination", [true/false]
fobj.MoveFolder "Source", "Destination", [true/false]
fobj.DeleteFolder "Path", [true/false]
This Code provides the application program developer to work with Windows File-System and File Mani Comments
No comments yet — be the first to post one!
Post a Comment