# Functions
Apply returns a new applier from the given appliers.
CheckDirectoryEqual compares two directory paths to make sure that the content of the directories is the same.
CheckDirectoryEqualWithApplier compares directory against applier.
Chmod returns a file applier which changes the file permission.
Chown returns a file applier which changes the ownership of a file.
Chtimes changes access and mod time of file.
CreateDir returns a file applier to create the directory with the provided name and permission.
CreateFile returns a file applier which creates a file as the provided name with the given content and permission.
FSSuite runs the path test suite.
Lchtimes changes access and mod time of file without following symlink.
Link returns a file applier which creates a hard link.
Remove returns a file applier which removes the provided file name.
RemoveAll returns a file applier which removes the provided file name as in os.RemoveAll.
Rename returns a file applier which renames a file.
SetXAttr sets the xatter for the file.
Symlink returns a file applier which creates a symbolic link.