!!
The operator accepts a file template and returns a collection of files matching the template.
For example, if you want to print all text files in the current folder, you can write:
for file in !! "*.txt" do
printfn "%s" file
, , IGlobbingPattern
(. ), , . IGlobbingPattern
IEnumerable
, , IGlobbingPattern
++
--
.