Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare integer SearchTreeForFile In IMAGEHLP.DLL
Message
 
To
14/04/2005 04:33:34
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01004516
Message ID:
01004520
Views:
16
>Declare integer SearchTreeForFile In IMAGEHLP.DLL String lpRootPath , String lpInputName, String lpOutputName
>
>sPathBuffer = Space(512)
>
>SearchTreeForFile("C:\", "prova.txt", sPathBuffer )
>
>If i execute the code the sPathBuffer contains a empty value and not a path where the file is find.
>If i use this function in VB it's correct!
>
>Why this ?
>
>Thank

try this:
Declare integer SearchTreeForFile  In IMAGEHLP.DLL String lpRootPath , String lpInputName, String @lpOutputName

sPathBuffer = Space(512)

SearchTreeForFile("C:\", "prova.txt", @sPathBuffer )
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform