Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FileSystemService

Index

Constructors

constructor

Properties

Private backupSufix

backupSufix: string = "i18n-manager_backup_file"

Private sStrategy

Methods

getBackupPath

  • getBackupPath(path: string): string

getFileContentAsObj

  • getFileContentAsObj(path: string): Promise<Object>

getFileName

  • getFileName(path: string): string

getFileNames

  • getFileNames(path: string): Promise<Array<string>>

getFiles

  • getFiles(path: string): Promise<Array<string>>

saveContentToFile

  • saveContentToFile(path: string, content: any, doBackup?: boolean): Promise<void>

Generated using TypeDoc