English 中文(简体)
• 我如何利用RhoMobile,整理当地的数据档案
原标题:How can I unzip a local data file using RhoMobile

我是用RhoMobile书写的。

似乎有一些许可问题,因为该系统没有产生任何结果。 我的齐普案卷用我的手套散发给公众。 当时我无法开脱。

Any ideas?

问题回答

确保你有正确的当地途径,可以查阅齐普案。 http://docs.rhomobile.com/rhodes/device-caps#file-system-access” rel=“nofollow”>。

例如,你可以做这样的事情:

path_to_public = Rho::RhoApplication::get_public_folder  # this would return something like /path/to/public
path_to_zip = "#{path_to_public}/file.zip"




相关问题
unzip a file in flex?

help me some one can we unzip a file flex and we can maintain same directory structure.

Redirect unzip output to particular directory using Perl

I want to uncompress zipped file say, files.zip, to a directory that is different from my working directory. Say, my working directory is /home/user/address and I want to unzip files in /home/user/...

Unzip NSData without temporary file

I ve found a couple of libs (LiteZip and ZipArchive) that allow to unzip files on iPhone. But both of them require an input as a file. Is there a library that allows to directly unzip NSData ...

Unzip part of a file using python gzip module

I am trying to unzip a gzipped file in Python using the gzip module. The pre-condition is that, I get 160 bytesof data at a time, and I need to unzip it before I request for the next 160 bytes. ...

热门标签