FS Input Format From-Entity Syntax

<from-entity> ::= <path> [ , <path> ... ]
The <from-entity> specified in queries using the FS input format is a comma-separated list of paths, eventually containing wildcards.

Examples:

FROM C:\Windows\*.dll, \\MYSERVER\C$\Windows\*.dll
FROM *.*
FROM C:\*.*, D:\*.*
FROM C:\Windows\Explorer.exe

© 2004 Microsoft Corporation. All rights reserved.