Jump to content

Recommended Posts

Posted

i would like to copy a file place in the script directory and paste it in the another folder[Path of the folder known.].

i search in file management section of help but found nothing to useful to use. How can i accomplish this.

one more thing how can i rename a file when the path is known.

Posted

1. FileCopy (@Scriptdir & "\source", "dest" [, flag] )

2. The file can be renamed by a filemove command:

FileMove ( "source", "dest" [, flag] )

Just keep de source and destination directory the same.

In the beginning there was nothing and then even that exploded - anonymous

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...