Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: CUETools long path support? (Read 1348 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

CUETools long path support?

Are there plans to add long path support, i.e. path longer than 260 characters in CUETools? Currently, for albums with file paths longer than 260 characters (which foobar2000 handles without issues), CUETools just gives "invalid path" as an error when trying to verify the album.

Re: CUETools long path support?

Reply #1
You can use a UNC path, e.g.:
\\?\C:\foo\bar_very_long_path\album.cue

Re: CUETools long path support?

Reply #2
Great - thanks - that works. I could update the call from foobar2000 to include a \\?\ prefix. Now it works fine.  :)