View Single Post
Old 02-02-2018, 09:11 PM   #6
curiosity
Nameless Being
 
Quote:
Originally Posted by kovidgoyal View Post
No filenames cannot be 260 characters, the total path length (of which the filename is only a part) can be 260 characters. And use cases like yours are the whole reason people use databases rather than the filesystem to store data. Finally if you want to have all books in a series in one folder use a template of

{series}/{title}
Hey G'day,

Thank you for taking the time to reply.. I know I can do series in a folder but that doesnt resolve the problem with having the Author listed first. Author name (book title) (everything that author wrote series wise).. as per my David Gemmel example.

Just as a by the by if you didnt know already..

by Stephen WallaceMay 29, 2016 at 13:20 GMT
windows-10

The maximum length for a path (file name and its directory route) — also known as MAX_PATH — has been defined by 260 characters. But with the latest Windows 10 Insider preview, Microsoft is giving users the ability to increase the limit.

The recent most Windows 10 preview is enabling users to change the 260 characters limit. As mentioned in the description, “Enabling NTFS long paths will allow manifested win32 applications and Windows Store applications to access paths beyond the normal 260 char limit per node.”

https://mspoweruser.com/ntfs-260-character-windows-10/

Some interesting things can be done with Windows file naming and directory structures.

Cheers,
Steve
  Reply With Quote