Namespace Serenity.FilePersistence.Infrastructure.Services
Classes
IOFileSystemService
IFileSystem implementation based on System.IO (cross-platform).
Does not depend on Unity.
IOPathService
Implementation of IPathService using System.IO and Environment.SpecialFolder.
SafeAtomicFileWriter
Thread-safe atomic file writer implementation using temporary files and file replacement.