Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 560 Bytes

File metadata and controls

37 lines (25 loc) · 560 Bytes

PipeScript.Interpreters.ForFile()

Synopsis

Gets the language for a file.


Description

Gets the PipeScript language definitions for a path.


Examples

EXAMPLE 1

$PSLanguage.ForFile("a.xml")

EXAMPLE 2

$PSInterpreters.ForFile("a.js")

Parameters

FilePath

The path to the file, or the name of the command.

Type Required Position PipelineInput
[String] false 1 false