We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af20214 commit 14f87e0Copy full SHA for 14f87e0
dotnet/src/dotnetframework/GxClasses/Core/GXApplication.cs
@@ -3781,7 +3781,7 @@ Hashtable Images
3781
{
3782
GXLogging.Debug(Logger, "Searching for txt files ..");
3783
int srchIx = 0;
3784
- string[] paths = new string[] { ".\\", "..\\" };
+ string[] paths = { Directory.GetCurrentDirectory(), Directory.GetParent(Directory.GetCurrentDirectory()).FullName};
3785
bool found = false;
3786
while (!found && srchIx < paths.Length)
3787
0 commit comments