Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

From a normalized input file name, return the file name string.

public

lstatRx(input: object | string): Observable<object>

Get stats for a file (including symbolic links)

public

mkdirpRx(input: string, options: string): Observable<object>

Make directories, including all that don't exist.

public

normalizeInput(input: string | object): object

Normalize an input file name

public

readFileRx(input: object | string, options: string): Observable<object>

Read the contents of a file.

public

renameRx(input: object | string, newPath: string): Observable<object>

Rename or move a file or directory.

public

rimrafRx(input: string, options: object): Observable<object>

Use rimraf to delete all files and directories.

public

statRx(input: object | string): Observable<object>

Get stats for a file.

public

unlinkRx(input: object | string): Observable<object>

Delete a file.

public

writeFileRx(input: object | string, content: string | Buffer, options: string): Observable<object>

Write the contents of a file.