2005-02-19, 06:46 AM
ok in my videos currently it sorts the files as absolute filenames eg
D:\my videos\films\a.mpg
D:\my videos\films\b.mpg
now this usually isnt a problem, but with the .link files any directories specified in that file, its files will be added to the list, and with using absolute names the sorting isnt always alphabetical
eg
D:\my videos\films1\b.mpg
D:\my videos\films2\a.mpg
b is sorted before a.
now do you want it to sort via
(a) relative
ie "a.mpg" and "b.mpg"
or do you want it so you can tell which videos are in which dirs, and sort by
(b) absolute
ie "D:\my videos\films1\b.mpg" "d:\my videos\films2\a.mpg"
D:\my videos\films\a.mpg
D:\my videos\films\b.mpg
now this usually isnt a problem, but with the .link files any directories specified in that file, its files will be added to the list, and with using absolute names the sorting isnt always alphabetical
eg
D:\my videos\films1\b.mpg
D:\my videos\films2\a.mpg
b is sorted before a.
now do you want it to sort via
(a) relative
ie "a.mpg" and "b.mpg"
or do you want it so you can tell which videos are in which dirs, and sort by
(b) absolute
ie "D:\my videos\films1\b.mpg" "d:\my videos\films2\a.mpg"