Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FileUtil

Namespace: UnityEditor

Description

Lets you do move, copy, delete operations over files or directories.

Static Functions

CopyFileOrDirectoryCopies a file or a directory.
CopyFileOrDirectoryFollowSymlinksCopies the file or directory.
DeleteFileOrDirectoryDeletes a file or a directory given a path.
GetUniqueTempPathInProjectReturns a unique path in the Temp folder within your current project.
MoveFileOrDirectoryMoves a file or a directory from a given path to another path.
ReplaceDirectoryReplaces a directory.
ReplaceFileReplaces a file.