[comp.sys.ibm.pc] Subdirectories and DOS 2.0+

lewan@utcs.UUCP (01/18/87)

Earlier versions of DOS (up to 2.xx) allowed use of function call 0FH
to open subdirectories as files. (Function call 0FH uses the old FCB
method of opening files). In fact, PC Tech Journal had an article on this
some time in '84. However, later versions of DOS (starting with 3.0, 3.1, or
3.2; I'm not sure) somehow disabled this feature.  That is, it is no
longer possible to use function call 0FH to read from or write to a
subdirectory directly.
     Does anybody know how to trick DOS so that one can open a subdirectory
as a file?  Perhaps 0FH still works with a "secret" attribute, or perhaps
there is another (better) way ..