Hi

I am using the code for listing files in a directory

<cfdirectory name="filesDetails"
   action="list"
   directory="#GetDirectoryFromPath(expandPath('public'))#public/">
(use full in widows)

I am using linux(Railo) server

i want to list the files in the directory as

File       Size    Permission
--------   ----    --------------
test.txt   4 kb    -rw-r--r-- (0644)
index.html 80 kb   -rwxrwxrwx (0777)

file name and size are available from the filesDetails (<cfdirectory>)
but i dont get the permission (or mode) of the files in that format.

Thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to