OpenEdge.Core.Assertion.AssertFile
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| DirectoryDoesNotExist (character) |
|
||
| DirectoryExists (character) |
/** Asserts that a folder exists.
@param character The name of the directory being checked
@throws AssertionFailedError Error thrown if the file does not exist */
|
||
| FileDoesNotExist (character) |
|
||
| FileExists (character) |
/** Asserts that a file 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 exists in propath.
@param character The name of the file being checked
@throws AssertionFailedError Error thrown if the file does not exist */
|
Method Detail
DirectoryDoesNotExist (character)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DirectoryExists (character)
|
||||||||||||||
FileDoesNotExist (character)
|
||||||||||||||
FileExists (character)
|
||||||||||||||
FileInPropath (character)
|
||||||||||||||