The long-filenames tag has no wiki summary.
30
votes
2answers
2k views
Did a version of Windows ever behave this way?
Inspired by today's DailyWTF article.
The author claims that a file C:\Program.exe would be executed when clicking on a shortcut to, for example, C:\Program Files\Doom 2\doom2.exe -nomusic.
...
10
votes
13answers
17k views
How do I delete a folder which is nested quite deep and avoid “File name too long”?
Eclipse created a temp folder in one of the directories which is nested quite deep, e.g.
dir1\dir1\dir1\dir1\...
I am unable to delete this folder in Windows via Explorer, the del or rmdir ...
7
votes
4answers
3k views
Filenames too long and Windows can't open the files
There's a bunch of files on a network drive, on a fairly deep path and the directories on most of of have long names. I think that these were originally created when someone copied & pasted the ...
6
votes
1answer
12k views
How to prevent long file name error copying from an external drive?
I have an external hard drive with many files (800 GB). I want to copy the entire contents of the external hard drive to my local drive. get many errors about long file name or long file path. ...
4
votes
1answer
23 views
Windows Explorer now limits my folder names to 16 characters
I usually have long folder names in Windows Explorer, but recently I "fat fingered" some combination of keys and now Windows Explorer limits all my new folder names to 16 characters. What must I do in ...
3
votes
3answers
650 views
Automatically strip invalid characters from Windows filenames
I often paste titles of PDFs into their filenames so I can easily search for them. They often have invalid characters like newlines or :, and Windows pops up a stupid error and then reverts the ...
2
votes
2answers
680 views
extracting file with too long of a name
I have a rar archive that I downloaded, except some of the filenames are too long to be created by ubuntu. How can I extract all of the files?
The default archive manager on ubuntu goes through most ...
2
votes
3answers
370 views
Specific issue with long pathnames in Windows 7
My job involves receiving and processing a lot of CDs containing photos and scanned documents from clients who are not very good with computers. I sometimes receive discs full of files with pathnames ...
1
vote
1answer
112 views
DOSBox 8.3 filenames disagree with Windows 7
When I compare a dir in DOSBox 0.74 against a dir from Windows 7 command prompt, the 8.3 filenames differ.
Long format (both drives and directories):
2012-07-30_abcdefg-abcde
...
1
vote
2answers
553 views
How do I rename an illegally long filename to be short enough to use normally?
I have a file with a very long filename (in excess of the 255 char limit) copied onto a FAT32 ubs stick from a power mac.
How can I rename it to be less the 255 chars?
0
votes
2answers
634 views
How to delete undeletable long-filename file from HD?
I have 2 files from internet saved pages that have an extremely long name in my external HD. I can't delete those. I tried schedule deletion on boot but it didn't work. Any idea?
0
votes
3answers
390 views
Filename too long - IMPOSSIBLE to delete/move/rename [duplicate]
I can`t delete a folder because it has LOTS of folders inside it. Believe me, it is really lots.
...
0
votes
1answer
183 views
Making Ubuntu Bootable ISO: Truncating long file names
I am building a Custom Ubuntu ISO. Everything is ready in custom-iso folder. Therefore I apply this script to build my ISO.
#!/bin/bash
isoname=$(date +"custom-ubuntu-%y-%m-%d-%H:%M.iso")
mkisofs -J ...
0
votes
1answer
643 views
How to create long file names
I am trying to create file names that are longer than 260 charcters so that I can test some software. Does anyone know of a way to create a file name / folder combination that is greater than 260 ...
0
votes
0answers
14 views
Remove Adobe Flash Player .lic files on backup drive [duplicate]
Possible Duplicate:
How to delete a file in Windows with a too long filename?
How can one delete these long named files from my backup drive? They are causing my Seagate backup to fail.
0
votes
3answers
959 views
Can't delete Linux folder in Windows / Dos - no 8.3 filename
Same problem as this question - Can't delete folder in Windows 7 - I have a folder I created in Ubuntu, and from Windows I cannot delete the folder. "Could not find this item: This is no longer ...
0
votes
0answers
365 views
how to tar files with long name/long path
When I tar files with long path name, the file name is converted to "637",
and the file doesn't exists in the packing file.
I try to use gtar, with no successful.
Do I need specific version of ...