diff --git a/MapControl/UWP/ImageFileCache.UWP.cs b/MapControl/UWP/ImageFileCache.UWP.cs index 56043c39..58b7933b 100644 --- a/MapControl/UWP/ImageFileCache.UWP.cs +++ b/MapControl/UWP/ImageFileCache.UWP.cs @@ -86,7 +86,7 @@ namespace MapControl.Caching { try { - var item = await rootFolder.TryGetItemAsync(key.Replace('/', '\\')); + var item = await rootFolder.TryGetItemAsync(Path.Combine(key.Split('/'))); if (item is StorageFile file && file.DateCreated > DateTimeOffset.Now) {