Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked [Autoit] File/Folder recursive search


0b3y

Recommended Posts

This function searchs for a file/folder in the given path(can be all disk) and give the results on a file.

 

 

; #FUNCTION# ;================================================= ==============================

; Name...........: File/Folder Searcher Recurvise

; Description ...: Searches the given path(can be the full disk) for a file or a folder especificated.

; Syntax.........: _search_files ($Directory,$Search4,$What2Return,$file)

; Parameters ....: $Directory= Directory where to search for the file/s its a recursive search

; $Search4= Name of the folder or file to search for, you can use ? * as you would with CMD, also you can search for extension ex: "*.pdf". The search string must be between "

; $What2Return= If you want to return files and folders (0) only files (1) or only folders (2)

; $file= Absolut path to the file where to save the founded files.

; Return values .: Success - Returns 0

; Failure - Returns 1

; Author ........: 0b3y

;================================================= ===========================================

 

 

 

[HIDE-THANKS]

This is the hidden content, please

[/HIDE-THANKS]

Edited by 0b3y
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.