27 #include "nsISupports.idl"
29 [scriptable,
uuid(a33307c2-1dd1-11b2-ad85-c03a5b21f0a3)]
void addIgnorePath(in AString aFilePath)
Add a absolute file path to be ignored by the watch folder service. This path will be ignored until i...
readonly attribute boolean isSupported
void removeIgnorePath(in AString aFilePath)
Remove an absolute file path from the ignored paths list of the watch folder service. All future events at the specified path will be processed by the watch folders service. When used in conjunction with |addIgnoreCount()|, any remaining events specified by the count will still be ignored.
void addIgnoreCount(in AString aFilePath, in long aCount)
Add an absolute file path to be ignore by the watch folder service. This path will be ignored for the...
restoreHistoryPrecursor aCount
readonly attribute boolean isRunning