VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A File Copier And Mover

by James Townsend (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Upload

Download this snippet    Add to My Saved Code

A File Copier And Mover Comments

No comments have been posted about A File Copier And Mover. Why not be the first to post a comment about A File Copier And Mover.

Post your comment

Subject:
Message:
0/1000 characters