I have written a small VB6 application that uses FileCopy to copy a local text file to a network location.
Under 64 bit windows this works fine.
Under 32 bit windows an entry is made in the "Sandbox" for my application.
An example: Trying to copy the file "test.txt" to the root of the O drive would give me an entry in the sandbox like:
_O\test.txt
My Isolation mode is set to the default so it shoud be able to write to Documents, Desktop, and Netowrk Drives.
Any help you can offer would be appreciated.
Thank Uou,
Cory