File system

Previous Next

This section lists Blend directives related to the file system.

pc:CopyDirectory

Copies a folder to a different destination.

pc:CopyFile

Copies a file or a set of files to a different location, not overwriting existing files.

pc:CopyFileOverwrite

Copies a file or a set of files to a different location, overwriting existing files.

pc:CreateDirectories

Creates one or more directories if they do not exist.

pc:DeleteDirectories

Deletes one or more directories.

pc:DeleteFile

Deletes a file.

pc:Directory

Returns a directory-and-file description of the contents of a directory node.

pc:MoveFile

Moves a file or a set of files to a different location, not overwriting existing files.

pc:MoveFileOverwrite

Moves a file or a set of files to a different location, overwriting existing files.