|
FileProcessorRemoveTrackedDirectory Method
|
Removes a directory from the list of directories tracked by this
FileProcessor.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public void RemoveTrackedDirectory(
string path
)
Public Sub RemoveTrackedDirectory (
path As String
)
public:
void RemoveTrackedDirectory(
String^ path
)
member RemoveTrackedDirectory :
path : string -> unit
function RemoveTrackedDirectory(path);
View SourceParameters
- path String
- The path to the directory to stop tracking.
See Also