Having trouble with the filefolder function. To start with:
filefolder()
Returns the name of the file's parent folder.
filefolder([filename,0], 0)
Same as the previous example.
For me, while "filefolder()" works -- creates folders with the album names and puts the tracks inside them. But the "filefolder([filename,0], 0)" notation does not work -- it just generates tracks without album folders.
The same thing happens if I attempt to expand the function to add another level of folders: "filefolder([filename,1], 1)"
It appears that the info in
https://wiki.jriver.com/index.php/File_Path_and_Identifier_Functions#FileFolder presupposes Windows and, thus, backslashes as folder separator.
However, I am working on a Mac where regular slashes are the separator. Is there a Mac version of that function? Or a way to modify it for Mac?