KB-132953: file.copy

file.copy

The command file.copy allows you to copy a file.

Syntax:

file.copy
{
source `<Source file>`
dest `<Target file>`
[err.ignore]
}

Example

Function ScriptBeforeEdit
{
// Copy file
file.copy
{
source $vdog::myrundirTest.bat
dest $def::var1Test.bat
}
}

Last update: September 15, 2023

Related Articles

IMPRINT | PRIVACY POLICY | COOKIE POLICY

Privacy Preference Center