Single File System is a compression component that provide easy way of compressing the multiple file into single file with the advanced compression technique and encryption functionality. It offers various features like compressing the files with...
SolFS is is a virtual file system, stored in single file (or database record, file resource or just memory block). SolFS has all necessary functionality, that can be found in modern file systems, such as support for streams inside of files, file...
With Callback File System you can create your own file system within your application and expose this file system to Windows as a virtual disk.
Callback File System provides a kernel-mode driver, which calls your application when...
SolFS is an implementation of file system, stored in single file. SolFS has all necessary functionality, that can be found in modern file systems, such as support for streams inside of files, file and stream encryption, journalling (support for...
Eternal Lines File System (ELFS) is a file storage component for use with Delphi 5-7.ELFS allows you to store multiple files and directories within a single file, much like files and directories are stored on a hard drive.ELFS is useful when your...
SolFS is is a virtual file system, stored in single file (or database record, file resource or just memory block). SolFS has all necessary functionality, that can be found in modern file systems, such as support for streams inside of files, file...
With Solid File System Driver SDK your application can create a virtual disk, accessible for all or chosen processes. The data is kept in a SolFS storage.
SolFS is is a virtual file system, stored in single file (or database...
Using File System Object methods - CreateTextFile and OpenTextFile text files can be created within ASP applications and this article describes both ways with the help of coding. How to give file name and path are explained in detail. And using...
Creating Folders with the File System Object is an ASP article in file manipulation and file management techniques. The author has used the powerful file system object function in creating new folders with the path of the root directory. The...
Wrappers for simple file system operations on directories. For example, listing the contents of a directory: instead of doing the whole openDir/readDir/closeDir gig everytime, you'd use the function read_file that handles errors. |