Archived Forum Post

Index of archived forum posts

Question:

writetar returns 1, even if file is not created

Sep 30 '15 at 02:15

If i use tar.writetar with a wrong (not existing) path or drive, the tar ist not created, but tar.writetar returns 1.

' Create the TAR archive. ' Note: You may use UNC paths, absolute, or relative paths. success = tar.WriteTar("F:nopathnonsen.tar") ' F: does not exits If (success <> 1) Then outFile.WriteLine(tar.LastErrorText) WScript.Quit End If


Answer

Thanks! I'm having a look at both TAR issues...


Answer

This is fixed. Here's the new build:

32-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-win32.zip
64-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-x64.zip


Answer

Thank you, with this version is the problem solved.