Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
This class is used to create backup copy of a file
Author:
Ashfaqur Rahman Pallab
E-mail:
Click to e-mail author
Submitted:
6/10/2003
Version:
VB5
Compatibility:
VB5, VB6
Category:
File Manipulation
Downloads:
7449
This class is used to create backup copy of a file. Set the SourceFile and BackupFile propterties to two file names. While calling Backup method, the class will create a copy of the Source File to the path of BackupFile property. You can also replace the source with backup file by calling Backup Functions. To check whether a Source or Backup file exists, you can use the readonly properties SourceExists and BackupExists.
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement