File Pattern

File Pattern

Notes

Pattern

Define file path to be iterated through.

The following example looks through the 'scans' folder for any .obj file and iterates through each.

$HOME/scans/*.obj

The above translates to the following (based on where $HOME env var is directed to)

C:/Users/username/Documents/scans/*.obj