 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
klwong
Joined: 07 Mar 2009 Posts: 22 Country: Australia |
|
FileZip failed |
|
When try to perform a Filezip function by specifying "*.*", and within the "*.*" wildcard selection there are files name like "abc.xls.xls", the Filezip function will failed with read or open file error. If I change to "abc.xls" it works. Are there anyway to overcome this limitation ?
|
|
Mon Nov 02, 2009 10:45 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
Please try the following
Dim( file_list, string )
CD( [path here] )
Dir ( "*.*", file_list )
FileZip( "path\\to\\my_zip.zip", file_list )
|
|
Mon Nov 02, 2009 10:59 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|