im doing a data transfer and there are about 320 files with looooong titles, like a sentence. windows wont transfer them because the file names are too long. is there an application or program that can search for and shorten long file names?
i imagine it wouldnt be that hard to write a a small app for a seasoned professional, but personally i wouldnt know where to start...
if filename.char > 24
filename == substr(filename, 18)
i imagine it wouldnt be that hard to write a a small app for a seasoned professional, but personally i wouldnt know where to start...
if filename.char > 24
filename == substr(filename, 18)