I must say that window's handling of file names is pretty strange.  I run a
subject which uses Matlab, in which the students have to use the "path"
command to extend the path to inlcude a directory which holds some files
specific to the subject.  Windows sometimes likes the drive and file names
in lower case; sometimes in upper; sometimes in a mixture.  We can never
tell...

I do think that file and directory names should follow the alphanumeric
convention of program variables, and not include white spaces or strange
characters.  But then, I'm old fashioned.

-Alasdair

On 6/13/07, Bill Page <[EMAIL PROTECTED]> wrote:

On 6/13/07, Gabriel Dos Reis wrote:
> On Tue, 12 Jun 2007, Bill Page wrote:
>
> | Get real Gaby!
>
> There is nothing unreal in what I stated.
> Please contribute working codes if you believe you have
> time to argue for its support.

??? The current versions of GCL and Axiom on Windows already
supports this. Could you give an example where the use of spaces
in file names causes problems?

>
> | Really, on Windows it is impossible to avoid dealing with paths that
> | contain spaces since the standard locations for files are things like
> | "Documents and Settings", "Program Files" and "My Documents".
>
> You can put your files in different place.  GHC installs in c:/GHC.
>

Why? That is like telling a Windows user that they should not store
files in their HOME directory.  It does not make sense to design a
system that only works if you put your files in a non-standard place.
This applies equally to Linux and Windows. What do you think is
so hard about writing software that conforms fully to the file name
conventions of these systems?

Regards,
Bill Page.


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to