

InterviewSolution
Saved Bookmarks
1. |
Solve : Issues with a file location? |
Answer» <html><body><p>I have been using an open <a href="https://interviewquestions.tuteehub.com/tag/source-244756" style="font-weight:bold;" target="_blank" title="Click to know more about SOURCE">SOURCE</a> software called PDFSam recently, so I'm wondering if it happens to be something related to that.<br/><br/>Recently, <a href="https://interviewquestions.tuteehub.com/tag/saving-1195397" style="font-weight:bold;" target="_blank" title="Click to know more about SAVING">SAVING</a> PDFs from that software has left me with an unopenable document with properties as shown in the attachment.<br/><br/>The problem is, only some of the files in different folders with normal locations under Users have this error under the location with the question marks. <br/><br/>This actually kind of makes me nervous. Taking the file and placing in on a thumb <a href="https://interviewquestions.tuteehub.com/tag/drive-959713" style="font-weight:bold;" target="_blank" title="Click to know more about DRIVE">DRIVE</a> allows it to open...<br/><br/>Any ideas on what is wrong?<br/><br/>Thanks!I suspect the problem is that the full path and filename of the file is longer than 240 characters.<br/><br/>Short of it is that programs need to do some additional work to open files with longer paths so often programs simply cannot open such files.<br/><br/>if you copy it to a flash drive than you are probably plopping it into say E:\ so there aren't as many folders and the path is short enough that it falls below that limitation.<br/><br/>You <a href="https://interviewquestions.tuteehub.com/tag/could-410026" style="font-weight:bold;" target="_blank" title="Click to know more about COULD">COULD</a> try renaming the file in question- it looks like the program saves them with very long filenames based on some <a href="https://interviewquestions.tuteehub.com/tag/title-246221" style="font-weight:bold;" target="_blank" title="Click to know more about TITLE">TITLE</a> information in the PDF so you could probably rename it to something more succinct.</p></body></html> | |