Files

php\gdx\Files

Class Files

Methods


getFileHandle($path, $type)
Parameters:
  • $pathstring
  • $typestring - - Classpath, Internal, External, Absolute, Local
Returns:

php\gdx\files\FileHandle

classpath($path)
Parameters:
  • $pathstring
Returns:

php\gdx\files\FileHandle

internal($path)
Parameters:
  • $path
Returns:

php\gdx\files\FileHandle

external($path)
Parameters:
  • $path
Returns:

php\gdx\files\FileHandle

absolute($path)
Parameters:
  • $path
Returns:

php\gdx\files\FileHandle

local($path)
Parameters:
  • $path
Returns:

php\gdx\files\FileHandle

getExternalStoragePath()
Returns:string
isExternalStorageAvailable()
Returns:bool
getLocalStoragePath()
Returns:string
isLocalStorageAvailable()
Returns:string