Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IncludeSubdirectories

bool System.IO.FileSystemWatcher.IncludeSubdirectories
getset

Definition at line 245 of file FileSystemWatcher.cs.

246 {
247 get
248 {
250 }
251 set
252 {
254 {
256 Restart();
257 }
258 }
259 }