CrosRoad95
FileWatcher for project folder
i just posted minimal code, i'm attaching events.
i want to refactor this:
string outputDirectory = AppDomain.CurrentDomain.BaseDirectory;
string projectDirectory = Directory.GetParent(outputDirectory).Parent.Parent.Parent.FullName; // Navigate to the project folder
41 replies