BUG: FULLPATH() Does Not Work Correctly in FoxPro for UNIXID: Q124780 The information in this article applies to:
SYMPTOMSThe FULLPATH() function does not return the correct relative paths.
WORKAROUNDDo not pass the reference to a parent directory by using ../ or ..\ in the path of the file passed to the FULLPATH() function. See the example in the "Steps to Reproduce Problem" section in this article.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONBecause the FULLPATH() function is not returning the correct value, the screen code generator will not generate the right code for opening databases and indexes, in some cases. To ensure that the code is generated correctly, follow these steps: 1. Type the following command in the Command window:
2. Choose Find from the Edit menu, and type the following in the "Look
3. Choose the Find button.
4. Press the DOWN arrow key to scroll down approximately five lines to 5. Add the following lines of code below the current line:
6. Choose Save from the File menu.
7. Choose Close from the File menu. 8. Type the following command in the Command window:
Steps to Reproduce ProblemIn the FoxPro Command window, type the following commands:
The result printed to the screen is this:
The result should be:
To obtain the correct result, use the following command:
Additional reference words: FoxUnix 2.60 buglist2.60
KBCategory: kbtool kbbuglist
KBSubcategory: FxtoolSbuilder
|
|
Last Reviewed: January 12, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |