mer, 03 Feb 2010, Boyko Bantchev skribis: > On 3 February 2010 12:17, bill lam <[email protected]> wrote: > > I think not ':' could be a legal character for name of files in linux > > or window. > > I don't know the precise rules for Windows, but in a Unix, > file names can contain any and all of the 256 characters, > i.e. byte values. In today's Unicode Linuxes such as Ubuntu, > a file name can contain anything Unicode.
You correct. colon (for designating drive) is illegal only in window. Linux allow byte values except '/' (as path separator) and null. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
