search_file.Rd
Searches for matching file names in common spots and returns full path
search_file(pat, dir = get_path("."))
pat | Name to match (can include containing directory to narrow search) |
---|---|
dir | Optional, directory from which to start/limit search (only subfolders will be searched) |
Path if found. NULL if not.