|
|
DirectoryExists (character)
|
/** Asserts that a file has exists.
@param character The name of the directory being checked
@throws AssertionFailedError Error thrown if the file does not exist */
|
|
|
FileExists (character)
|
/** Asserts that a file has exists.
@param character The name of the file being checked
@throws AssertionFailedError Error thrown if the file does not exist */
|
|
|
FileInPropath (character)
|
/** Asserts that a file has exists in propath.
@param character The name of the file being checked
@throws AssertionFailedError Error thrown if the file does not exist */
|