5 namespace SiliconStudio.Core.IO
13 private readonly
string name;
14 private readonly
string fullPath;
24 this.changeType = changeType;
26 this.fullPath = fullPath;
57 public string FullPath
67 return string.Format(
"{0}: {1}", changeType, fullPath);
override string ToString()
FileEventChangeType
Change type of file used by FileEvent and DirectoryWatcher.
Ä file event used notified by DirectoryWatcher
FileEvent(FileEventChangeType changeType, string name, string fullPath)
Initializes a new instance of the FileEvent class.