Locate plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) No edit summary |
m (wiki format for lists) |
||
Line 12: | Line 12: | ||
'''Features:''' | '''Features:''' | ||
# Search for directories or empty directories and/or files | |||
#* search with wildcard | |||
#* search with path filter | |||
#* search with extensions filter (include/exclude) | |||
#* 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 | |||
# 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]] |
Revision as of 15:46, 17 September 2005
Author: Instructor (talk, contrib) |
Links
Download v1.1:
Locate.zip (73 KB)
Discussion:
Forum thread
Description
Features:
- Search for directories or empty directories and/or files
- search with wildcard
- search with path filter
- search with extensions filter (include/exclude)
- 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
- 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)