Error in C# application . System.ArgumentException: The path is not of a legal form?
问题 I am not getting why this error is coming i serach in net and not able to get answer . Technologies using : C# Visual Studio for debugging the project I have a code private void InitializeWatcher(string sourceDirectoryPath, string watcherFilter, bool isWatcherIncludeSubdirectories) { objWatcher = new FileSystemWatcher(); objWatcher.IncludeSubdirectories =isWatcherIncludeSubdirectories; objWatcher.InternalBufferSize = 16384; if (Utilities.LogLevel >= Utilities.Informational) { Utilities