Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

FileUtil

class in UnityEditor

Description

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

Static Methods

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答