Gets the language for a file.
Gets the PipeScript language definitions for a path.
EXAMPLE 1
$PSLanguage.ForFile("a.xml")EXAMPLE 2
$PSInterpreters.ForFile("a.js")The path to the file, or the name of the command.
| Type | Required | Position | PipelineInput |
|---|---|---|---|
[String] |
false | 1 | false |