KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45903: chdir() Description Incorrect in Manual and On-Line Help

Article: Q45903
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr | mspl13_c
Last Modified: 26-JUN-1989

The description of the chdir() function provided with the Microsoft
QuickC Compiler Version 2.00 is incorrect in the "Run-Time Library
Reference" manual on Page 156 and in the QuickC Advisor (on-line
help). In both cases the example call in the description section
should read as follows:

   chdir("c:\\temp");

The sample call in the description section of the on-line help reads
as follows:

   chdir("c:\temp")

It needs an additional backslash "\". To see this error, use the
Help.Index menu selection, then choose the chdir() function, and
change to the description section.

The sample call in the manual reads as follows:

   chdir(c:\temp);

This description needs another backslash (\) and quotes around the
directory.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.