VirtualFile API
VirtualFile is a file wrapper returned by internal filesystem operations.
Reference
listFiles()Returns children asVirtualFile[]for directories.getParentFile()getPath()Path relative to virtual root.getAbsolutePath()Sandbox-relative absolute path.isDirectory()getName()
Notes
Most scripts use
fsdirectly and do not need this wrapper.