SafeFileWatcher(String) Constructor

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

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
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