ClientFileSystem
Last updated
Last updated
The ClientFileSystem extension allows interaction with files on a user's local device, or on a user-accessible network file system. Core functionality of this API includes reading files, writing or saving files, and access to directory structure.
Write files on the client system.
Read files on the client file system.
Query files on the client file system.
The ClientFileSystem extension can be added to a Wisej.NET project using NuGet Package Manager.
Getting a list of file handles from a given directory on the client file system.
Bytes or text can be written directly to a file on the client's file system.
Bytes or text can be read directly from a file on the client's file system.