Matthew Bevan wrote:
Diez is right on all counts.

At its simplest, this is how I see a simple command-line example:

ls foobar       # look -at- a file or folder
ls foobar/      # look -into- a folder -- won't work with files


In bash, ls foobar (when foobar is a folder), looks into the folder.
Adding a slash does the same thing. With a file, the only difference is
that it will complain if you add a slash. I remember that once this
annoyed me when I wanted to make an ls of a specific dir..

But I think you have a good point about making files without
extensions. However, in regard to using an extension with a slash with
a "subdir", even though this looks weird, in a way it may be actually
nice because you see right away that it's a virtual "directory". I
haven't used PHP myself so I'm not used to that, but if I see that,
I'll have no problem.

thx, -rainy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to