[SEH] A delta virtual filesystem. This virtual filesystem is designed to be used with [a versioning virtual filesystem] stacked on top if it. As the versioning filesystem generates a new separate file for every file edit, this filesystem will invisibly generate and manage deltas of the separate versions to save space. It is designed to be used with the procedures posted on the [tdelta] page, but you can substitute the delta technology of your choice simply by overloading the tdelta and tpatch procedures. The code includes logic to keep the new file intact if its delta with the existing file turns out to be bigger, or if the two versions are so different that the expense of generating a delta seems unwarranted (i.e. it won't waste time generating deltas of two jpeg or zip file versions if they have almost no content in common). # Usage: ::vfs::template::version::delta::Mount # ::vfs::template::version::Mount ?-keep ? ?-project ? ?-time