Jim asked:
Hi Ray,The view you mentioned is probably the #1 thing that I missed when I transitioned from HomeSite++ to CFEclipse (and then CFBuilder) a few years ago. Like most things in Eclipse the answer is a bit complicated and fuzzy. First off - the closest thing you would have to that old view is the RDS File View. I don't use this view very often myself. (I make a heck of a lot of use of the RDS Dataview though.) Once you've defined an RDS server you can browse the file system on top and the files below:I'm a longtime reader (Deathclock.com anyone?), but today I'm finally asking a question of my own.
I'm trying to transition from CFStudio to CFBuilder2 - my workflow is remote and primarily FTP based. In Studio - and most other editors I've used - the file explorer is split into two windows. One window for directory navigation and the other window to show the files contained in the directories.
So for a directory named /foo I might see several files in the file window:
bar.cfm test.cfm index.cfm
This is my question: how can I see the file attributes in CFBuilder2? Studio (and Dreamweaver I believe) shows the file size, type and date modified and makes it easy to sort by each.

Unfortunately you can't actually sort the columns. They are clickable for sure, but not sortable. If someone files a bug report for that I'd gladly vote for it!
If you just want to quickly get file information (size, last modified) and you don't make use of the RDS view, don't forget you can right click on a file in a Navigator project and select Properties:

You can also do this with the "File" view:

Hope this helps!
Archived Comments
Does the Properties view work with the RDS Fileview view? With the Navigator View, if I also have the Properties view open and click on a file in the Navigator, I see info like editable, last modified, location, name, path, and size.
No. I see options to rename or delete the file. (There are other options to - but these are the ones specific to the file you right click on.)
Bummer. Here is screenshot of the navigator and properties views working together http://bit.ly/kCGKFc
Hey - how did you get the properties there? Oh - there is a Properties view! Nice - thanks man - you taught me something new. :)
Nice! Thanks Ray!
hey RAy, Is there any way to export this data? I'm going through a huge site right now and would love to be able to export this or the search view list to a spreadsheet.
Not that I know of, but it would be trivial to do in ColdFusion itself of course. I don't suppose you need an example of that, right?
lol.
Actually for this PCI compliance project my boss was bugging me a bit because in Dreamweaver you can export search results. I was hoping that there was an easy way to do it in Builder, or for that matter Eclipse in general. I guess I'm just going to have to bite the bullet and look into writing and extension. Along with everything else I have to do. Who needs sleep anyhow.
Heh, an extension could be done to do this in like 5 minutes. Want to race? :)
Well given that I haven't tried writing an extension yet, I'll concede the race.
Larry, you can start writing an extension right away. It's easy. I've got a recorded session on it actually. Give it a shot. I'll be more than happy to help you (via direct email). I think this could be a cool little extension.
At best I might be able to get started this weekend. But until we bet this PCI compliance stuff done I'm swamped.
Actually I've been meaning to learn how. I use a fair number of extensions already (appcfc, cfquickdocs, cflib, apptacular etc). But I've been meaning to write one that helps me set up the initial work on a new site.