Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell application
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00670754
Message ID:
00670937
Views:
22
>why the follow code does't work under windows xp?
>
>OSHELL = CREATEOBJECT("SHELL.APPLICATION")
>OFOLDER = OSHELL.NAMESPACE("&DIRTRANSF") DESTINO
>FOLDERSOURCE = DEDE + "*.*" ORIGEM
>OFOLDER.COPYHERE("&FOLDERSOURCE")

Try this:
OSHELL = CREATEOBJECT("SHELL.APPLICATION")
OFOLDER = OSHELL.NAMESPACE(DIRTRANSF)
FOLDERSOURCE = DEDE + "*.*"
OFOLDER.COPYHERE(FOLDERSOURCE)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform