Method GetModuleEffectiveFileName
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetModuleEffectiveFileName(string)
Searches for the specified path definition file.
public string GetModuleEffectiveFileName(string filePath)
Parameters
filePath
stringThe file name to search.
Returns
- string
File name if specified path is a TypeScript definition file; otherwise null.