Windows Search
To limit search to file and folder names - details in help for search "Advanced tips for searching in Windows" e.g.
System.FileName:~<"notes" -> Files whose names begin with "notes." The ~< means "begins with."
System.FileName:="quarterly report" -> Files named "quarterly report." The = means "matches exactly."
System.FileName:~="pro" -> Files whose names contain the word "pro" or the characters pro as part of
another word (such as "process" or "procedure"). The ~= means "contains."
LAST UPDATED: 02 February 2018 (Bluetooth File Transfer)

