1
I want to move a file but its filepath/filename is too long.
Its context menu only shows a reduced list of options and rename isn't in the list, pressing F2 after selecting the file in the file explorer doesn't yield any result and trying the RENAME command from command prompt just yields a "Filename or extension is too long" error.
How can I rename this file so that it becomes editable?
(The filepath to this file includes some chinese characters but the command prompt chcp is already set on 950 which is the proper value for them)
you can always try booting off a linux live CD, and see if you can edit the filename there. – Frank Thomas – 2014-06-30T14:28:28.930
@Frank-Thomas I booted in a Debian/Linux system and I could open and edit the files without any problem. They were plain-text files so I renamed them adding the .txt extension and now they are useable from Windows too. I lost the line breaks but that's fine. – maja – 2014-06-30T15:06:32.173
My fault, this was an audio file not a text file. Anyways it's editable and accessible after using a different OS to rename it. – maja – 2014-06-30T15:35:31.083
@maja If you have solved the problem then you can answer and accept your own question. It would be helpful for future users. – abhishekkannojia – 2014-06-30T18:01:20.720