MCPcopy Create free account
hub / github.com/cinder/Cinder / getNumFiles

Method getNumFiles

include/cinder/FileWatcher.h:53–53  ·  view source on GitHub ↗

Returns the number of files dropped during the event

Source from the content-addressed store, hash-verified

51 const std::vector<fs::path>& getFiles() const { return mModifiedFiles; }
52 //! Returns the number of files dropped during the event
53 size_t getNumFiles() const { return mModifiedFiles.size(); }
54 //! Returns the absolute filepath for file number \a index.
55 const fs::path& getFile( size_t index = 0 ) const { return mModifiedFiles.at( index ); }
56

Callers 2

fileDropMethod · 0.80
fileDropMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

fileDropMethod · 0.64