media management

This commit is contained in:
2021-11-25 15:38:36 +01:00
parent bd024a0118
commit f3b006eb36
21 changed files with 541 additions and 71 deletions
+5
View File
@@ -4,6 +4,11 @@ namespace zero.FileStorage;
public interface IFileSystem
{
/// <summary>
/// Determines whether a file or directory at the given path already exists
/// </summary>
Task<bool> Exists(string path, CancellationToken cancellationToken = default);
/// <summary>
/// Get information of a file
/// </summary>