| |
Variant |
The parameter could be one of the following:
- A String expression that indicates the list of files to be shown in the
shell view. The list of files is separated by | character. You can specify
existing files or non-existing files. If the file exists its view is based
on its content, while if the file is not-existing, the extension of the file
specifies what icon is displayed in the view. Each existing file can display
a different icon, if specifying a different extension after the >
character. Each file can have a different extension, by adding > extension to the name of the file, such as
"C:\exontrol\images\auction.gif>PNG" which will show the auction item with the PNG associated icon.
The "C:\Program Files\Microsoft Visual FoxPro 9\vfp9.exe|C:\Program Files\Microsoft Visual Studio
10.0\Common7\IDE\devenv.exe" shows the VFP9 and DEVENV tools in the same view
- A Safe array of files to be shown on the shell view. Each file can have a different extension, by adding > extension to the name of the
file. For instance, the Array("document.doc",
"text.txt", "executable.exe") displays a three items
| |