| delorie.com/archives/browse.cgi | search |
| Date: | Wed, 5 Jun 2002 14:46:30 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Peter Cassidy <peter DOT cassidy DOT ps AT rocksoft DOT com> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: DOS 8 levels deep workaround? |
| In-Reply-To: | <3cfcac00$1@duster.adelaide.on.net> |
| Message-ID: | <Pine.SUN.3.91.1020605144529.7779E-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Tue, 4 Jun 2002, Peter Cassidy wrote: > I've run into a problem: my 'pure DOS' application needs to access and > modify the whole directory tree (created under Windows 98), including > directories more than 8 levels deep. It seems pure DOS can't handle this at > all. > > Is there any known workaround for this, or is it an inviolable limit? It's a basic limitation of DOS. The only workaround is to use SUBST to create a drive letter every 8 levels of subdirectories, so that each d:/foo/bar path is never longer than 8 levels.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |