Game Development Community

Rename file command

by Playware · in Torque Game Engine · 03/10/2008 (1:36 am) · 1 replies

Hi,

Currently I am working on a module which accesses the texture file and then renames it to something else. Please help me out if torque has any in built file operations(rename etc).. Thanks in advance..

Regards,
Sharath

#1
03/10/2008 (8:00 pm)
I solved it by adding the rename() command to the engine and made it available to the console using consoleFunction().

Sharath