Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FileUtil

Lets you do move, copy, delete operations over files or directories.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public class FileUtil

Static Methods

Method

Description

CopyFileOrDirectoryCopies a file or a directory.
CopyFileOrDirectoryFollowSymlinksCopies the file or directory.
DeleteFileOrDirectoryDeletes a file or a directory given a path.
GetLogicalPathConverts a physical path to a logical path.
GetPhysicalPathConverts a logical path to a physical 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.