Class com.flashdoctors.net.LocalFile

Implemented Interfaces

IFile

Description

Field Index

fullPath

Inherited from AbstractFile

Method Index

new LocalFile()
getFilename(), getFullPath(), getPath(), getQueryString(), setFilename(), setQueryString()

Inherited from AbstractFile

Constructor Detail

LocalFile

public function LocalFile(fullPath:String)

Field Detail

fullPath

public fullPath:String

Method Detail

getFullPath

public function getFullPath():String

getPath

public function getPath():String

getFilename

public function getFilename():String

setFilename

public function setFilename(s:String):Void

getQueryString

public function getQueryString():QueryString

setQueryString

public function setQueryString(q:QueryString):Void