Questions tagged [long-filenames]

Long filenames can present compatibility or interoperability problems for operating systems and software with character length restrictions.

Overview

Long filenames can present compatibility or interoperability problems for operating systems and software with character length restrictions.

See also

68 questions
0
votes
1 answer

iOS: file name in email attachment

I can send a .csv file as an attachment from my app, but I'd like to shorten the name file for that attachment, because there will be a pile of csv files delivered to the recipient. Piece of code: ... if (dorsalesPorTramoYcontrol &&…
Luis
  • 447
  • 1
  • 7
  • 24
0
votes
1 answer

How to validate filename length on file upload in Zend controller or form

I try to add a validator for the length of the filename which is uploaded from my Zend form. I don't know whether I should add this validator in the form itself or to the Zend_File_Transfer_Adapter_Http handling the upload. However, right now I'm…
Daniel
  • 143
  • 1
  • 1
  • 7
0
votes
2 answers

FAT32: set long filename and 8.3 filename separately

I need to construct a SDHC card (FAT32) with a directory where I have chosen the short and long filenames independently. E.g. short filename MYDIR but long name i am a cool name. yeah. check out the awesomeness. Based on Wikipedia, there is no…
0
votes
3 answers

Is there a standard file naming convention for key-value pairs in filename?

I have multiple data files that are named after what they contain. For example machine-testM_pid-1234_key1-value1.log There are keys and values separated by - and _. Is there a better syntax for this? Are there parsers that automatically read these…
-1
votes
1 answer

Filename too long in Git for Windows when git clone is aborted in the middle

I have a problem similar to this question BUT this is not a duplicate since the problem is different. In that question, there was the problem of filenames too long for windows. The answer provided was to apply git config core.longpaths true My own…
KansaiRobot
  • 7,564
  • 11
  • 71
  • 150
-1
votes
1 answer

Long sentence shortener to generate a readable file name

I'm looking for a way to shorten a sentence (a text of few lines) to produce a "readable" (not too long) file name. The application scenario is a chatbot where user can submit a media, say a video, with some paired description text (a caption). The…
Giorgio Robino
  • 2,148
  • 6
  • 38
  • 59
-1
votes
1 answer

Is there a way to download Twilio call recordings with a file name that makes sense?

From Twilio I was able to download call recording files. I was also successful in downloading CallSID CSV file. The call recording filename does not give any hint about the phone numbers involved, etc. I can't find a way to simply match…
-2
votes
1 answer
1 2 3 4
5