PLEX86  x86- Virtual Machine (VM) Program
 CVS  |  Mailing List  |  Download  |  Newsgroups

File path formats. 2400


Your Ad Here

Your Ad Here

Charles Shannon Hendrix

RISC OS didn't have file extensions. As Peter said, it used an internal number to represent the file type which wasn't part of the name (so you couldn't have two files with the same name but of different types).

It used a slash (or backslash, I forget which) to represent the dot in MSDOS file extensions when browsing MS DOS format discs.

Filenames also preserved case, but were case insensitive, and limited to 10 characters (though there were several hacks to remove the length limit, and I think it was officially removed in RISC OS 4).

File path formats
Roberto Waltman AmigaOS: device:dir1-dir2-...-filename or, alternatively: volume:dir1-dir2-...-filename or: buttign:dir1-dir2-...-filename Device names are (customarily) three-letter identifiers. Each of them...

The C compiler did things in a different way - it used different directories to keep the .c, .h and .o files (etc). So a UNIX style structure of: myproject-myfile.c myproject-myfile.h

would be represented on the RISCOS system as: myproject.c.myfile myproject.h.myfile

(remember that the '.' is the directory separator).

Java also caused problems, especially 1.2 which used $ in the clbutt names for inner clbuttes (which is the symbol for the root filesystem in RISCOS). I can't remember how it coped with that. A long filenames hack was pretty much a necessity for Java development.

Sam.



Your Ad Here

List | Previous | Next

File path formats

Alt Folklore Computers from Newsgroups

The #1 Usenet Provider on the Internet

OS's with loadable filesystem support 2399