Single File System provides an easy way to work with multiple files and folders stored as a part of a single file with advanced compression and encryption functionality. This solution encapsulates small but powerful file system within a single...
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...
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.
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...
A complete overview on File System Object (FSO) is given in this tutorial that clearly describes the fucntionalities and usage of this object to perform file based operations like copying file, deleting file and file contents, opening a file to... |