File.toString()

Availability

Flash Media Server 2.

Usage

fileObject.toString()

Parameters

None. 

Returns

A string.

Description

Method; returns the path to the File object.

Example

The following example outputs the path of the File object myFileObject:

trace(myFileObject.toString());