-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I have code in PowerShell:
$Path = "C:\Program Files\Unity\????.?.*f1\Editor\unity.exe
$filesList = Get-ChildItem -Path $Path -Force -Recurse
How can I find all files unity.exe using this path with wildcards?
This code found nothing:
string[] matchingFiles = Glob.Files(@"C:\", @"Program Files\Unity\????.?.*f1\Editor\unity.exe").ToArray();
Metadata
Metadata
Assignees
Labels
No labels