Files
itgmania212121/extern
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
..
2015-09-19 15:40:13 +08:00
2018-01-20 19:29:27 +01:00
2022-01-23 12:19:16 +01:00
2015-09-20 09:36:38 -04:00
2019-10-01 16:48:00 +08:00