Interface GeneratedFilePathCalculator
interface GeneratedFilePathCalculator { getFullSavePath(filename: string, artifactName?: string): string;} Methods
getFullSavePath
- getFullSavePath(filename: string, artifactName?: string): string
Parameters
- filename: string
Optional
artifactName: string
Returns string