Contents
#include <file.h> class ScopedLockFile { public: // construction ScopedLockFile ( UrlRef path, StringRef applicationName = nullptr, bool enable = true ); // methods bool isLocked () const; };