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

 

Utilities.fileName

Creates a full path, including file name, given a folder and file name.

Syntax

Parameters

folder
Input. Specify the pathname of the folder (directory).

fname
Input. Specify the filename.

Description

The fileName method creates a full path, including file name, given a folder and file name. The path is internally converted by osSafeSpec().

Returns

The full name and path of the file.

Example

The following code sets a string object named Pathname to the value /tmp/test.txt:

See Also

osSafeSpec

 

  Home > Contents > Index >

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