If you rename a file to it's short path MM ask you if you want to replace it, like if other file had that path.
Code: Select all
oSongData.Path = oFSO.GetFile(oSongData.Path).ShortPath
Code: Select all
oSongData.Path = ""
oFSO.MoveFile oSongData.Path, oFSO.GetFile(oSongData.Path).ShortPath
oSongData.Path = NewPath