Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows 95 API SHFileOperation
Message
From
18/04/1998 03:31:26
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00092316
Message ID:
00093135
Views:
27
>oPointers = CREATEOBJECT("Pointers.pointersctrl1")

The above line should be:

oPointers = CREATEOBJECT("Pointers")

>pFrom = oPointers.GetPointer("c:\pkcopy\*.*" + chr(0) + chr(0))

I also played a little with this function yesterday. What's the use of the double chr(0) in your case?

You can also use the GetMemory method to retrieve the name mappings returned by this function.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform