FileUtil.CopyFileOrDirectoryFollowSymlinksstatic function CopyFileOrDirectoryFollowSymlinks (from : String, to : String) : voidDescriptionCopies the file or directory. Copies from from path to the destination, to, path. In presence of symbolic links (OS X only), the actual files to which symbolic links point to are copied, not the symbolic links themselves. @MenuItem ("Example/Copy SymLink Something") See Also: FileUtil.CopyFileOrDirectory. |
