Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunUnderWindows ¶ added in v0.3.37
func RunUnderWindows() bool
RunUnderWindows gets whether code running under Microsoft Windows
Types ¶
type FolderEntry ¶
FolderEntry represent folder description
type ScanEvent ¶
type ScanEvent struct { // File set not nil in case of file event occurred File *FileEntry // Folder set not nil in case of folder event occurred Folder *FolderEntry }
ScanEvent defines scanning event structure that can contain file or folder event information
type ScanHandler ¶
type ScanHandler func(f *ScanEvent)
ScanHandler defines function prototype that handles each file event received
Click to show internal directories.
Click to hide internal directories.