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