Flash Media Server |
|||
| Server-Side ActionScript Language Reference > Server-Side ActionScript Language Reference > File class > File.toString() | |||
Flash Media Server 2.
fileObject.toString()
None.
A string.
Method; returns the path to the File object.
The following example outputs the path of the File object myFileObject:
trace(myFileObject.toString());