SafeFileWatcher(String) Constructor

Initializes a new instance of the SafeFileWatcher class, given the specified directory to monitor.

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
public SafeFileWatcher(
	string path
)

Parameters

path  String
The directory to monitor, in standard or Universal Naming Convention (UNC) notation.

Exceptions

ArgumentNullExceptionThe path parameter is null.
ArgumentException The path parameter is an empty string (""). -or- The path specified through the path parameter does not exist.

See Also