vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Variable FileChange.isDirectory

Determines if the changed entity is a file or a directory.

struct FileChange
{
  // ...
  bool isDirectory ;
  // ...
}

Note that depending on the platform this may not be accurate for FileChangeKind.removed.

Authors
Copyright
License