Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created February 21, 2024 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnHammond/ca3824104f47498768a5ccee49af95b3 to your computer and use it in GitHub Desktop.
Save JohnHammond/ca3824104f47498768a5ccee49af95b3 to your computer and use it in GitHub Desktop.
ScreenConnect.Core.dll.cs.diff
11057c11057
< public void ExtractAllEntries(string basePath)
---
> public void ExtractAllEntries(string basePath, string requireEntriesInMoreStringentPath = null)
11062c11062
< FileSystemExtensions.DemandInParentPath(basePath, text);
---
> FileSystemExtensions.DemandInParentPath(requireEntriesInMoreStringentPath ?? basePath, text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment