VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A File Copier And Mover

James Townsend  (1 Submission)   Files/File Controls/Input/Output   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Copies files from one location to another using file system object and also tests a users logon name to determine where to move files from and too on a network. Program moves the user profile and grabs files from the PC (favorites etc) ready for the user to set up the profile from scratch if profile is corrupt. Also backs up the profile to the users storage area.
Please comment and rate it

Inputs
None - the program gets all required parameters itself

Assumes
All code is well commented

API Declarations
Option Explicit
Public FS As New FileSystemObject
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Rate A File Copier And Mover (8(8 Vote))
A File Copier And Mover.bas

A File Copier And Mover Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters