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 7bd7b7a commit c5bd844Copy full SHA for c5bd844
MacTestThing/Program.cs
@@ -3,5 +3,5 @@
3
4
foreach (var item in FileUtilities.EnumerateEntriesOSX(AppDomain.CurrentDomain.BaseDirectory, "*", SearchOption.TopDirectoryOnly))
5
{
6
- Console.WriteLine(item);
+ Console.WriteLine(item.Path);
7
}
0 commit comments