getFileNameWithContent
Method
interface IAspireStore { // ... omitted for brevity getFileNameWithContent( filenameTemplate: string, sourceFilename: string): string;}Signature
method
getFileNameWithContentGets a deterministic file path that is a copy of the `sourceFilename`. The resulting file name will depend on the content of the file.
getFileNameWithContent( filenameTemplate: string, sourceFilename: string): stringParameters
filenameTemplatestringsourceFilenamestringReturns
stringApplies to
This method applies to the following types: