Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the directory does not exist, an exception is raised #18

Closed
dongzhaosheng73 opened this issue Mar 15, 2023 · 1 comment
Closed

If the directory does not exist, an exception is raised #18

dongzhaosheng73 opened this issue Mar 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dongzhaosheng73
Copy link

GameLib.Core PathUtil.GetExecutables If the directory does not exist, an exception is raised
public static List<string> GetExecutables(string path) { if (!Directory.Exists(path)) return new List<string>(); return Directory.GetFiles(path, "*.exe", SearchOption.AllDirectories).ToList(); }

@tekgator tekgator self-assigned this Mar 18, 2023
@tekgator tekgator added the bug Something isn't working label Mar 18, 2023
@tekgator
Copy link
Owner

Hi @dongzhaosheng73, thank you for the hint. Fixed in v1.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants