SafeFileWatcher(String) Constructor
Initializes a new instance of the
SafeFileWatcher class, given the specified directory to monitor.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.155 -- Release Build+a7d8ba87ff92af3282fc68a6fbfd37a854100b44
public SafeFileWatcher(
string path
)
Public Sub New (
path As String
)
public:
SafeFileWatcher(
String^ path
)
Gemstone.IO.SafeFileWatcher = function(path);
Parameters
- path String
- The directory to monitor, in standard or Universal Naming Convention (UNC) notation.
| ArgumentNullException | The path parameter is null. |
| ArgumentException |
The path parameter is an empty string (""). -or-
The path specified through the path parameter does not exist.
|