Packagecom.adobe.flascc.vfs
Classpublic class CheckPath
InheritanceCheckPath Inheritance Object

This enum class contains the results determined by the checkPath method. It should be used by implemetations of the IKernel interface but not by end-user code.



Public Constants
 ConstantDefined By
  PATH_COMPONENT_DOES_NOT_EXIST : String = pathComponentDoesNotExist
[static]
CheckPath
  PATH_COMPONENT_IS_NOT_DIRECTORY : String = pathComponentIsNotDirectory
[static]
CheckPath
  PATH_VALID : String = pathValid
[static]
CheckPath
Constant Detail
PATH_COMPONENT_DOES_NOT_EXISTConstant
public static const PATH_COMPONENT_DOES_NOT_EXIST:String = pathComponentDoesNotExist

PATH_COMPONENT_IS_NOT_DIRECTORYConstant 
public static const PATH_COMPONENT_IS_NOT_DIRECTORY:String = pathComponentIsNotDirectory

PATH_VALIDConstant 
public static const PATH_VALID:String = pathValid