mFm Posted May 28, 2008 Posted May 28, 2008 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.
DMEE Posted May 28, 2008 Posted May 28, 2008 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now