Skip to content

Commit 6b30277

Browse files
Implement ApplicationStartupPath property of Directory datatype.
1 parent c7ff86a commit 6b30277

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Domain/GXFileIO.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,14 @@ public static string ApplicationDataPath
16301630
return string.Empty;
16311631
}
16321632
}
1633-
public static string ExternalFilesPath
1633+
public static string ApplicationStartupPath
1634+
{
1635+
get
1636+
{
1637+
return FileUtil.GetStartupDirectory();
1638+
}
1639+
}
1640+
public static string ExternalFilesPath
16341641
{
16351642
get { return ApplicationDataPath; }
16361643
}

0 commit comments

Comments
 (0)