Namespace: Consultingwerk.Assertion
Class 
FileAssert Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:FileAssert
Purpose:Provides routines for validating file system files
Description:Routines in this class typically raise an error condition
when the condition is not met.
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Jan 01 19:50:05 CET 2013
Purpose: Constructor for the FileAssert class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ DoesNotExist (character) Verifies that the file does not exist
+ Exists (character) Verifies that the file exists

Top Constructor Summary
Options Name Purpose
- FileAssert () Constructor for the FileAssert class


Method Detail
Top

PUBLIC DoesNotExist (character)

Purpose: Verifies that the file does not exist
Notes:
Throws: Consultingwerk.Assertion.AssertException

Parameters:
pcFileName CHARACTER
The file name to verify
Top

PUBLIC Exists (character)

Purpose: Verifies that the file exists
Notes:
Throws: Consultingwerk.Assertion.AssertException

Parameters:
pcFileName CHARACTER
The file name to verify


Constructor Detail
Top

PRIVATE FileAssert ()

Purpose: Constructor for the FileAssert class
Notes: Disallow instance creation



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:48:48