Martin Natano
67d1c78450
Implement FILEMAN:Unzip(string zipPath, string targetPath, int strip)
...
Unzip zip file at `zipPath` to `targetPath`.
`strip` is optional and defaults to `0`. If set to a number larger than
`0`, that many components are removed from the paths of the extracted
files. e.g. `a/b/c` is replaced with `b/c` when stripping one component
or just `c` when stripping two.
Returns whether all files were extracted successfully.
2022-03-13 11:46:28 -07:00
..
2019-10-01 14:37:46 +08:00
2014-02-09 17:23:19 -06:00
2015-10-06 19:23:48 +08:00
2022-03-12 14:18:48 -08:00
2022-02-19 14:10:55 +01:00
2015-09-19 15:40:13 +08:00
2018-01-20 19:29:27 +01:00
2021-08-14 21:25:27 +01:00
2022-01-23 12:19:16 +01:00
2019-10-01 14:04:28 +08:00
2022-01-18 20:50:15 +01:00
2022-03-13 11:46:28 -07:00
2015-09-20 09:36:38 -04:00
2020-03-14 23:33:00 -04:00
2015-10-06 19:23:48 +08:00
2022-01-22 20:17:48 +01:00
2022-03-13 11:46:28 -07:00
2020-04-30 13:24:58 -07:00
2021-02-03 09:25:42 -08:00
2022-03-13 11:31:49 -07:00
2019-02-16 08:32:52 -08:00
2022-02-19 14:10:55 +01:00
2020-09-09 13:30:13 -04:00
2019-10-01 16:48:00 +08:00
2022-03-13 11:46:28 -07:00
2019-02-16 08:32:52 -08:00
2019-02-16 08:32:52 -08:00
2019-02-16 08:32:52 -08:00
2020-06-20 12:35:04 +02:00
2020-09-09 15:37:01 -04:00
2019-02-16 08:32:52 -08:00
2019-02-16 08:32:52 -08:00
2019-02-16 08:32:52 -08:00
2019-02-16 08:32:52 -08:00
2015-09-13 13:10:58 -04:00
2015-09-07 09:50:01 -04:00
2015-09-20 09:36:38 -04:00