How to unzip a VirtualFile? ZFabrik Software GmbH & Co KG 创建于 2014年04月03日 11:37 I think I have to convert it into a java.io.File (VfsUtil.virtualToIoFile()) and then use com.intellij.util.io.ZipUtil#extract()?Or is it possible to stay with VirtualFile?Best regardsUdo
Hi Udo,
You're right about virtualToIoFile.