|
Previous Top Next |
| Prototype: | (String pFileName,<String pTab>) |
| pFileName | Filename to show properties for |
| pTab | Optional name of the tab to show. |
This method shows the "File Properties" window for the pFileName, optionally showing a specified tab. To select a specific tab you simply use the caption of the tab, i.e. "Compatibility" or "Version"
Example:
ITS ITShellClass
Code
ITS.ShowFilePropertyWindow('C:\Program Files\Icetips Creative\BuildAutomator\BuildAutomator.exe')
Will show this window:

Where as:
ITS.ShowFilePropertyWindow('C:\Program Files\Icetips Creative\BuildAutomator\BuildAutomator.exe','Version')
Will show this window:
