All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.schlichtherle.io.samples.NZip.properties Maven / Gradle / Ivy

Go to download

TrueZIP is a Java based Virtual File System (VFS) to enable transparent, multi-threaded read/write access to archive files (ZIP, TAR etc.) as if they were directories. Archive files may be arbitrarily nested and the nesting level is only limited by heap and file system size.

The newest version!
ls.dia=directory is inaccessible
ls.nsfod=no such file or directory
cpOrMv.cmt=cannot move to
cpOrMv.cct=cannot copy to
cpOrMv.co=check output
touch.ccf=cannot create file
touch.culmtod=cannot update last modification time of directory
touch.culmtof=cannot update last modification time of file
touch.culmtosfod=cannot update last modification time of special file or directory
mkdir.ccd=cannot create directory
mkdir.dea=directory exists already
mkdir.fea=file exists already
mkdir.sfodea=special file or directory exists already
rm.nsfod=no such file or directory
rm.dne=directory not empty
rm.crd=cannot remove directory
rm.crf=cannot remove file
rm.crsfod=cannot remove special file or directory
usage=Usage:\tnzip COMMAND ...\n\n\
where COMMAND is one of (case is ignored):\n\n\
\tls [PATH] ...\t\tSimilar to GNU "ls"\n\
\tll [PATH] ...\t\tSimilar to GNU "ls -l"\n\
\tllR [PATH] ...\t\tSimilar to GNU "ls -lR"\n\
\tcat FILE ...\t\tLike GNU "cat"\n\
\tcp [-unzip|-cp437in|-utf8in|-cp437out|-utf8out] SRC ... DST\tSimilar to GNU "cp -a"\n\
\tmv SRC ... DST\t\tLike GNU "mv"\n\
\ttouch PATH ...\t\tLike GNU "touch"\n\
\tmkdir PATH ...\t\tLike GNU "mkdir"\n\
\tmkdirs PATH ...\t\tSimilar to GNU "mkdir -p"\n\
\trm PATH ...\t\tLike GNU "rm"\n\
\trmR PATH ...\t\tLike GNU "rm -r"\n\
\tisArchive PATH\t\tTests if PATH names an archive file\n\
\tisDirectory PATH\tTests if PATH really is a directory or archive file\n\
\tisFile PATH\t\tTests if PATH really is a file\n\
\texists PATH\t\tTests if PATH really exists\n\n\
\tlength PATH\t\tPrints length of PATH\n\n\
For more information please refer to the respective Unix man pages.\n\n\
Options (case is ignored):\n\n\
\t-unzip\t\tTreat any ZIP like pathnames in DST as plain directories.\n\
\t-cp437(in|out)\tForce any ZIP entry names in SRC/DST to be encoded in CP437.\n\
\t-utf8(in|out)\tForce any ZIP entry names in SRC/DST to be encoded in UTF-8.\n




© 2015 - 2024 Weber Informatics LLC | Privacy Policy