The Filesystem component provides basic utilities for the filesystem
The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy()...
d64-web is web-enabled utility for displaying Commodore 64 (D64/D71/D81) disk image contents (directory, BAM and more). It also provides a basic API for working with D64 disk images in PHP.
Up to this moment only works fully on D64 images.