The following commands have equivalent methods in the File class:

Command

File class method

COPY FILE

copy( )

DELETE FILE

delete( )

ERASE

delete( )

RENAME

rename( )

These commands are described separately to document their syntax. Otherwise, they perform identically to their equivalent method.