DetectFileSyntax

Method of ISettings

Description

Detects syntax based on file name

Parameters

Return Value

Syntax

JavaScript

var pSyntax = Settings.DetectFileSyntax(strPath);

==== Visual Basic Script ====

pSyntax = Settings.DetectFileSyntax strPath

==== C++ ====

VARIANT Syntax;
HRESULT hr = Settings.DetectFileSyntax(strPath, &Syntax);

===== See Also ===== ISettings