Hello,
I try to make a small script for a Button that do something lihe this:
I am in a Directory (source) called:
"W:\MyGames\Resource\Export\Scenes\LEVEL_08_01"
And after I pressed button I want on the Destination that he goes to the Folder:
"D:\src\baseds\games\MyGame\data\lvl\08_01"
The problem for me is to take the name of the current directory in the Source (LEVEL_08_01) and crop the "LEVEL_" away from the name so i can use it to set the target directory in the destination.
How can I do text search/replace on a directory name?
Thanx
XT