mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update FilePath.cs
This commit is contained in:
parent
aa63ec813c
commit
07a8e454d5
|
|
@ -11,7 +11,7 @@ namespace MapControl
|
|||
{
|
||||
public static string GetFullPath(string path)
|
||||
{
|
||||
#if WINUI
|
||||
#if NET6_0_OR_GREATER
|
||||
return Path.GetFullPath(path, AppDomain.CurrentDomain.BaseDirectory);
|
||||
#else
|
||||
return Path.GetFullPath(path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue