Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

Note that Bash version 4.3 (at minimum) is required.

public

buildDirectories(basePath: string, directoryList: Array<string>): Observable<string>

Builds a set of directories within a base path.

public

Build a set of test files.

public

buildFiles(basePath: string, fileList: Array<string>): Observable<string>

Only simple content is written to the file.

public

buildSymLinks(basePath: string, symLinkList: Array<Array<string>>): Observable<string>

Builds a set of symbolic links within a base path.

public

Removes all files from a path.

public

Normalizes a path to use forward (Unix-style) slashes.

Variable Summary

Static Public Variable Summary
public

An const object that represents a default set of test files to generate.

public

An const object that represents a result where no files were found.

Typedef Summary

Static Public Typedef Summary
public

FileSet: *

Specification for building a set of test files.

public

An RxJS observable.

public

A result from the Bash search.