You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename TryDeleteDirectory(string, int, int, int) to DeleteDirectory(...)
because this method can still throw exceptions and is not fully in line
with the try-parse pattern.
Introduce TryDeleteDirectory(string) : bool as a try-parse pattern-compliant
option to delete directories recursively without throwing exceptions.
Remove DeleteSubdirectories(string) method because it is not used anywhere.
Use 'var' keyword consistently across all methods.
Related to #980
0 commit comments