Hello,

I'm trying to edit content of a TGZ file using commons-vfs :

            FileSystemManager fsManager = VFS.getManager();
            String vfsPath = "tgz://" + myFile.getAbsolutePath();
            FileObject tar = fsManager.resolveFile( vfsPath );
            if ( !tar.isWriteable() )
            {
                // ERROR
            }

My FileObject is not writable. Is this a commons-vfs limitation or did
I miss something about this API ?

Nico.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to