Xceed Zip for COM/ActiveX on x86/x64 Documentation
Self-Extractor Module reference / Self-Extractor Module error codes / xcdErrorCantCreateDir constant
In This Topic
    xcdErrorCantCreateDir constant
    In This Topic

    Value

    510

    Description

    The XcdErrorCantCreateDir constant is a value indicating that a directory could not be created. This error typically occurs when the directory specified in the ExtractDirectory property cannot be created, or when the complete path for a file to be extracted cannot be created.

    Tips

    Make sure your application has the appropriate file permissions to write on the destination storage device. Also, only one directory specified in the UnzipToFolder property will be in order to attempt to extract files into the destination directory. (See the UnzipToFolder property topic for more info)