src/eric7/Documentation/Source/eric7.EricCore.EricFileSystemWatcher.html

branch
eric7
changeset 10685
a9134b4e8ed0
parent 10679
4d3e0ce54322
equal deleted inserted replaced
10684:58c7f23ae1cb 10685:a9134b4e8ed0
73 <dt>directoryMoved(srcPath: str, dstPath: str)</dt> 73 <dt>directoryMoved(srcPath: str, dstPath: str)</dt>
74 <dd> 74 <dd>
75 emitted when the directory at a 75 emitted when the directory at a
76 given source path is renamed or moved to destination path 76 given source path is renamed or moved to destination path
77 </dd> 77 </dd>
78 <dt>error(errno: int, errmsg: str)</dt>
79 <dd>
80 emitted to indicate an OS error
81 </dd>
78 <dt>fileChanged(path: str)</dt> 82 <dt>fileChanged(path: str)</dt>
79 <dd> 83 <dd>
80 emitted when the file at a given path is modified 84 emitted when the file at a given path is modified
81 or removed from disk 85 or removed from disk
82 </dd> 86 </dd>

eric ide

mercurial