Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0B02

Opcode Database

0B02

DescriptionOpcode moves the file, overwrites any file with the same name. Flag of the read-only ignored. Opcode can also be used to rename file. In this case a file named "CLEO1.txt" will be renamed to "CLEO2.txt".
Parameters (v2)1) File path (Long String) (STRING)
2) File path (Long String) (STRING)
Gamessa
CategoryFileSystemOperations
San Andreas
sascm.ini0B02=2, move_file %1d% to %2d%
Example0B02: move_file "CLEO\1.txt" to "CLEO\2.txt"
Command NameMOVE_FILE

<< 0B01

0B03 >>