How to unzip a VirtualFile? Follow
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 regards
Udo
Please sign in to leave a comment.
Hi Udo,
You're right about virtualToIoFile.