Re: path name limits
"Arkady V.Belousov" <[email protected]>
| Newsgroups | gmane.os.freedos.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
X-Comment-To: tom ehlert Hi! 25-Окт-2002 08:57 [email protected] (tom ehlert) wrote to [email protected]: >>DR DOS 3.31 - 6.0 should have no problems to traverse through >>directory structures of any depth, at least when using relative paths. te> I wonder, how you implement te> INT 21 - DOS 2+ - "CWD" - GET CURRENT DIRECTORY te> for directory size >= 64 I suggest Matthias mean next feature: setcurdir(path1); open(filepath2); where path1 less than 67 and path1+filepath2 > 80 and filepath2 is a relative path.