<< Click to Display Table of Contents >> Files.Load Method |
Loads the two files from disk.
expression.Save(Save0,Save1,Path0,Path1)
expression. A variable representing a Files object.
Name |
Type |
Description |
Save0 |
Boolean |
Set true if the source file needs to be saved. |
Save1 |
Boolean |
Set true if the target file needs to be saved. |
Path0 |
String |
Optional. Specifies the path if the source file needs to be saved in a different location. |
Path1 |
String |
Optional. Specifies the path if the target file needs to be saved in a different location. |
none