Description Usage Arguments Value Examples
Find files (wrapper around dir allowing to search a few levels up)
1 | .findFiles_Ori(pattern, recurse_levels)
|
pattern |
Regular expression pattern to search for (passed to dir()) |
recurse_levels |
Integer with the number of directory levels (above current working directory) to search in |
A full path with the matching file(s)
1 | #.findFiles("*.sqlite", 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.