On 09/12/17, dream master said the following...
is there a renaming function in mpl for a file text or bin or would i have do it the dirty want and recreate it with the name needed?
There isn't one single function for it. You have to do two functions.
FileCopy(<fromfile>,<tofile>);
FileErase(<filename>);
Var FileA : String = 'filea.txt'
VAr FileB : String = 'fileb.txt'
FileCopy(FileA,FileB);
FileErase(FileA);
--- Mystic BBS v1.12 A35 (Linux/64)
* Origin: Cyberia BBS | cyberia.darktech.org | San Jose, CA (21:1/120)