DevFileSystemWatcherPath Property

Gets or sets the path of the directory to watch.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[IODescriptionAttribute("FSW_Path")]
[DefaultValueAttribute("")]
[SettingsBindableAttribute(true)]
[TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter")]
public string Path { get; set; }

Property Value

String
The path of the directory to watch.

See Also