Locate plugin: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
m (interwiki links, intro)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{PageAuthor|Instructor}}
{{PageAuthor|Instructor}}
This plugin is the replacement for the [[Locate]] and [[GetSize]] functions.


== Links ==
== Links ==


Download v1.1:<br>
Download v2.0:<br>
<attach>Locate.zip</attach>
<attach>Locate.zip</attach>


Line 12: Line 14:


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


[[Category:Plugins]]
[[Category:Plugins]]

Latest revision as of 13:47, 26 September 2018

Author: Instructor (talk, contrib)


This plugin is the replacement for the Locate and GetSize functions.

Links

Download v2.0:
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)