From d85dbcfdf73cf28c1b277011abec6bf8b95340a9 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Sat, 12 Jul 2025 11:12:16 +0330 Subject: [PATCH] Add ConvertToFileUrl in IXStorageProvider ... --- Interfaces/IXStorageProvider.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Interfaces/IXStorageProvider.cs b/Interfaces/IXStorageProvider.cs index 72b89c1..4aec04d 100644 --- a/Interfaces/IXStorageProvider.cs +++ b/Interfaces/IXStorageProvider.cs @@ -29,6 +29,7 @@ namespace xStorageService.Interfaces string GetVideoFolderPath (); string GetDocumentFolderPath (); string FilePathResolver (string fullPath); + string ConvertToFileUrl(string fullPath); #endregion //