I have file names of the form: FIlename_XXX.log where XXX is a version number.
I want to to have a script which when invoked will save the file with a new filename by incrementing the version number.
For example file Filename_003.log would be saved as Filename_004.log.
If the filename have no 3 digit version then the script would add one starting at 000.
Would this be possible with an UE script?
Many thanks for any reply.
I want to to have a script which when invoked will save the file with a new filename by incrementing the version number.
For example file Filename_003.log would be saved as Filename_004.log.
If the filename have no 3 digit version then the script would add one starting at 000.
Would this be possible with an UE script?
Many thanks for any reply.