IAspireStore
Interface
interface IAspireStore { readonly basePath: string; getFileNameWithContent( filenameTemplate: string, sourceFilename: string): string;}Properties
property
basePathstringgetGets the base path of this store.
Methods
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
string