Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cf_menace #1
Re: Sorting directory listing problem in Coldfusion
mlam01, it's sorting files correctly.
You're seeing "10" and "2" as numbers, where obviously 2 < 10, so it should
come first.
However, filesystems see filenames as strings, so the "1" in "10" comes before
"2" and all numeric values come before alpha values. For example, this is
correclty sorted:
001
1
10
2
3
4
A
B
HTH
cf_menace Guest
-
Directory Listing Denied
when I configure the sample of the .net framework, the browser list this message .,? Directory Listing Denied This Virtual Directory does not... -
Sorting directory listing problem in Coldfusio
why don't you try naming your number folders like so. 01, 02, 03, 04, 05....10, 11, 12, 13 That should fix your problem. Tim -
Directory listing
Hi php-general, I'm reading through the filesystem function of php and I can't find any function which will list me all the files which are in a... -
[PHP] directory listing
Wrong place, look at directory functions ;) Matthias Wulkow wrote: -
CD Directory Listing
Is it possible to get the Directory listing from a CD in order to write it to a searchable database? If so does anyone know where I can get this... -
sdwebguy99 #2
Re: Sorting directory listing problem in Coldfusion
Note that CFQUERY in a query of queries will sort the contents of the directory using a case sensitive search, so Catalog will not necessarily appear between 'cat' and 'dog'.
sdwebguy99 Guest



Reply With Quote

