Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Search ¶
type Search struct {
	BrowsedFiles    int
	Ready           bool
	SearchTime      searchTime
	ShowDir         bool
	CaseSensitive   bool
	POSIXcharClass  bool
	POSIXstrictMode bool
	Regex           bool
	UseEscapeChar   bool
	Wildcard        bool
	WholeWord       bool
	Type            searchType
	// contains filtered or unexported fields
}
    func (*Search) FindDepth ¶
func (toFind *Search) FindDepth(root string, depth int, showDir, followSymlink bool) (files []StoreFiles, err error)
SIMLINK version *********** FindDepth: Search for file in dir and subdir depending on depth argument. depth = -1 means infinite. This function get parameter from a Search structure which contain all search options. Note: time comparisons are calculated only with UTC format by golang ...
func (*Search) SearchAdd ¶
SearchAdd: Adding entry to be searched. Format: "wordToFind", "w", "&" "w", "", means WholeWord or not. "&", "|", "!", means and, or, not
func (*Search) SearchCompile ¶
SearchCompile: create regex string and compile it..
type StoreFiles ¶
 Click to show internal directories. 
   Click to hide internal directories.