www.lucersoft.com
Main
Home
Products
LC Copier
HTML Batch Editor
HTML Batch Editor PRO
Freeware
Documentation
LC Basic
Information
Order
Update Policy
Support
Contacts
Links
File IO functions
Syntax
result = MoveFile (filename)
Description:
The MoveFile function moves an existing file or a directory, including its children.
Examples:
res = DeleteFile ("C:\\SomeDir\\SomeFile.ext")
If Escape Sequence is enabled you must use double backslash.
CopyFile, DeleteFile
Back