
Contents |
Searches for a file or files.
1. findFiles path:="C:\c";
2. findFiles path:="C:\c" ext:= "doc";
3. findFiles path:="C:\c" time:= "010203-";
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| path to look for files | path |
Input string | |
input full path to look for files |
| filename or extension | ext |
Input string | |
input filename or extension to be finded |
| file size range | size |
Input string | |
input file size range to be finded |
| file modified date time range | time |
Input string | |
input file modified date time range to be finded |
| get result file names with full path | addpath |
Input int | |
get result file names with full path or not |
| result file names separated by CRLF | fname |
Output string | |
output result file names separated by CRLF |
This X-Function is used to search file in specific path and conditions.
For more examples, please refer to XF Script Dialog (press F11).