FileEventArgs Constructor |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FileEventArgs(
string fileName,
bool isDirectory
)
Parameters
- fileName String
- The affected file or directory name.
- isDirectory Boolean
- If set to true, the path refers to a directory.
See Also