Version: 5.6

FileUtil

class in UnityEditor

Switch to Manual

Description

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

Static Functions

CopyFileOrDirectoryКопирует файл или директорию.
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.