Locate plugin: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 3: Line 3:
== Links ==
== Links ==


Download v1.5:<br>
Download v1.6:<br>
<attach>Locate.zip</attach>
<attach>Locate.zip</attach>



Revision as of 06:50, 13 February 2006

Author: Instructor (talk, contrib)


Links

Download v1.6:
Locate.zip (73 KB)

Discussion:
Forum thread

Description

Features:

  1. Search for directories or empty directories and/or files
    • search with wildcard
    • search with names filter (include/exclude)
    • search with extensions filter (include/exclude)
    • search with path filter
    • search with times filter
    • search with size filter
    • search with attributes filter
    • sort files and/or directories by name, type, size, date (with reverse or not)
    • output first files or directories
    • search with subdirectories or not
    • search with banner support
    • return path\name
    • return path
    • return name
    • return size of file
    • return date of file or directory
    • return attributes of file or directory
  2. Find the size of a file, files wildcard or directory (locate::GetSize)
  3. Find the sum of the files, directories and subdirectories (locate::GetSize)
  4. Remove empty directories and/or subdirectories (locate::RMDirEmpty)