|
Web+ Tutorial
|
Lesson 5.2 - Copying a file
- Description
- Copies a source file to a destination file.
- Syntax
<webFileCopy FROM=SourceFileName TO=DestinationFileName FROMPASSWORD=ReadPassword TOPASSWORD=WritePassword>
- Agument
- /tutorial/argument/arg22.wml
- Example
<webFileCopy FROM=".\tmp.txt" TO=".\tmp3.txt" FROMPASSWORD="RPass" TOPASSWORD="WPass">
- Exercise
- This example is for your reference. You can try it on your own system.
You can try out some Web+ code of your own here.
|
|