Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

Utilities.isFile

Verifies the existence of a file.

Syntax

Parameters

path
Input. Specify the pathname of the file to check.

Description

The isFile method verifies the existence of a file. The method first checks that the argument is a goodString() and then converts it using osSafeSpec() before checking that the file exists.

Returns

Returns zero (0) on success, or error code on error.

Example

The following code gets the directory assigned to the cs.pagecachefolder property and then determines if that directory contains a file named foo.txt:

See Also

goodString , osSafeSpec

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.