The second parameter should be the name of the output directory and not the file name. Also you should use back-slashes to separate directory names instead of forward-slashes FileUnZip ( "D:\\ftp\\ftpservice\\users\\s70000_l010\\nwln.zip", & "D:\\ftp\\ftpservice\\users\\s70000_l010" ) : I am attempting to do the following: FileUnZip ( : "D:/ftp/ftpservice/users/s70000_l010/nwln.zip", : "D:/ftp/ftpservice/users/s70000_l010/nwln.txt" : Error occurs indicating that the file is not found.Exit code: -1. The file is : there. : Any suggestions? Thank you in advance - Bob
|