Copies the file or directory.
@MenuItem ("Example/Copy SymLink Something")
static function CopyAFile () {
// copies the file "YourFileOrFolder" from "sLPath/" to "copySLpath"
FileUtil.CopyFileOrDirectoryFollowSymlinks (
"sLPath/YourFileOrFolder",
"copySLpathYourFileOrFolder");
}