Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FilePut method includes an argument of typeObject. FilePutObject should be used in place of FilePut to avoid ambiguities.
To correct this error
Replace FilePut with FilePutObject.
Cast the Object argument to a more specific type.
Use the functionality available in the My.Computer.FileSystem object.