# Functions

Return the canonical version of the given path, relative to the given base path.
Return the canonical version of the given paths, relative to the given base path.
Copy a file from source to destination.
Return true if the given file exists.
GetPathRelativeTo returns the relative path you would have to take to get from basePath to path.
Returns true if the given regex can be found in any of the files matched by the given glob.
Return true if the path points to a directory.
Return the contents of the file at the given path as a string.
Write a file to the given destination with the given contents using the same permissions as the file at source.