CloseHelp
CloseHelp [ /ALL /FILE=fileNameStr /NAME=helpNameStr /P=pathName ]
The CloseHelp operation closes a help window.
The CloseHelp operation was added in Igor Pro 7.00.
Flags
| /ALL | Closes all open help windows. | |
| /FILE=fileNameStr | ||
| Identifies the help window to close using the help file's location on disk. The file is specified by fileNameStr and /P=pathName where pathName is the name of an Igor symbolic path. fileNameStr can be a full path to the file, in which case /P is not needed, a partial path relative to the folder associated with pathName, or the name of a file in the folder associated with pathName. | ||
| If you use a full or partial path for fileNameStr, see Path Separators for details on forming the path. | ||
| /NAME=helpNameStr | ||
| Identifies the help window to close using the window's title as specified by helpNameStr . This is the text that appears in the help window title bar. | ||
| /P=pathName | Specifies the folder to look in for the file specified by /FILE. pathName is the name of an existing Igor symbolic path. | |
Details
You must provide one of the following flags: /ALL, /FILE, /NAME.