Jump to content

Recommended Posts

Posted

I need help with failure or success in DirCopy()

I'm tring to copy dir to removable HD but when the HD is unplugged it looks like coping were O.K.

DirCopy("E:\Tweak", "G:\Local Disk E\Tweak", 1)
    If @error Then
        MsgBox(0, "", "Error")
    Exit
    EndIf
Posted

Thanks Valuater

Will try, but same thing if source dir doesn't exist.

Maybe You can point me how to use @error flag correctly?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...