Table of Contents

Class FileSystemWatcher

Namespace
Lime
Assembly
Lime.dll
public class FileSystemWatcher : IFileSystemWatcher, IDisposable
Inheritance
FileSystemWatcher
Implements
Inherited Members

Constructors

FileSystemWatcher(string, bool)

public FileSystemWatcher(string path, bool includeSubdirectories)

Parameters

path string
includeSubdirectories bool

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Events

Changed

public event Action<string> Changed

Event Type

Action<string>

Created

public event Action<string> Created

Event Type

Action<string>

Deleted

public event Action<string> Deleted

Event Type

Action<string>

Renamed

public event Action<string, string> Renamed

Event Type

Action<string, string>