Re: SMSEQ and file system
Posted: Thu Oct 08, 2015 8:58 am
Hi,
I have never heard of this 36 character file name length in subdirectories, which was the point of QVFS. As SMSQ/E, QDOS, Minerva uses a maximum of 32 characters plus characters for the device, which also takes into account the subdirectories definition.
For example, a directory of my C68 folder, USING:
DIR WIN1_C68_
gives:
C68_SOURCE ->
C68_LIB ->
C68_INCLUDE ->
C68_DOC ->
For the SOURCE sub directory, this is broken down to:
WIN1_
WIN1_C68_ File Type 255 Hard Directory, File Length: 9
WIN1_C68_SOURCE_ File Type 255 Hard Directory, File Length: 16
WIN1_C68_SOURCE_SQLITE_makefile File Type 0 data file, File Length: 31
Please tell me how to get 36 characters per subdirectory.
I posed the question in the QL-USERS mailing list, see answers there...
I have never heard of this 36 character file name length in subdirectories, which was the point of QVFS. As SMSQ/E, QDOS, Minerva uses a maximum of 32 characters plus characters for the device, which also takes into account the subdirectories definition.
For example, a directory of my C68 folder, USING:
DIR WIN1_C68_
gives:
C68_SOURCE ->
C68_LIB ->
C68_INCLUDE ->
C68_DOC ->
For the SOURCE sub directory, this is broken down to:
WIN1_
WIN1_C68_ File Type 255 Hard Directory, File Length: 9
WIN1_C68_SOURCE_ File Type 255 Hard Directory, File Length: 16
WIN1_C68_SOURCE_SQLITE_makefile File Type 0 data file, File Length: 31
Please tell me how to get 36 characters per subdirectory.
I posed the question in the QL-USERS mailing list, see answers there...