Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
fileMove("C:/source.txt", "C:/destination");

If the file source.txt was  file was moved to the folder destination , return true folder destination, return 'true'.

Notes

Note

It is recommended that you use forward slashes ( / ) for file paths.

...