Add ConvertToFileUrl in IXStorageProvider ...

This commit is contained in:
2025-07-12 11:12:16 +03:30
parent 233d3ef369
commit d85dbcfdf7
+1
View File
@@ -29,6 +29,7 @@ namespace xStorageService.Interfaces
string GetVideoFolderPath ();
string GetDocumentFolderPath ();
string FilePathResolver (string fullPath);
string ConvertToFileUrl(string fullPath);
#endregion
//