VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code provides the application program developer to work with Windows File-System and File Mani

by Hanj Hitesh (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 30th August 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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]

Download this snippet    Add to My Saved Code

This Code provides the application program developer to work with Windows File-System and File Mani Comments

No comments have been posted about This Code provides the application program developer to work with Windows File-System and File Mani. Why not be the first to post a comment about This Code provides the application program developer to work with Windows File-System and File Mani.

Post your comment

Subject:
Message:
0/1000 characters