in reply to Re^4: move command
in thread move command
Your suggestion would limit me to creating uppercase file names and that would be awful.Or only lowercase. While this seems overly restrictive, at least you don't run into the problem that within your application you seem to have two files which are conceptionally different (such as Makefile and makefile), but end up being the same file on the OS level.
But I see that to completely rule out upper (or lower) case is too restrictive. For example Perl .pm files are usually written in mixed case. Still, for the files I create, I try to stick to lower case letters unless the circumstances really beg for upper/mixed case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: move command
by ikegami (Patriarch) on Jul 10, 2009 at 16:21 UTC | |
by rovf (Priest) on Jul 13, 2009 at 06:58 UTC |