mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update FilePath.cs
This commit is contained in:
parent
aa63ec813c
commit
07a8e454d5
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
public static string GetFullPath(string path)
|
public static string GetFullPath(string path)
|
||||||
{
|
{
|
||||||
#if WINUI
|
#if NET6_0_OR_GREATER
|
||||||
return Path.GetFullPath(path, AppDomain.CurrentDomain.BaseDirectory);
|
return Path.GetFullPath(path, AppDomain.CurrentDomain.BaseDirectory);
|
||||||
#else
|
#else
|
||||||
return Path.GetFullPath(path);
|
return Path.GetFullPath(path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue