Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

FileUtil

class in UnityEditor

Switch to Manual

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.