API17

JFilesystemHelper

From Joomla! Documentation

Revision as of 17:54, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JFilesystemHelper

Defined in[edit]

libraries/joomla/filesystem/helper.php

Subpackage[edit]

Filesystem

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
ftpChmod Quick FTP chmod.
getFilters Returns a list of filters.
getJStreams Returns a list of J! streams.
getSupported Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams.
getTransports Returns a list of transports.
isJoomlaStream TODO Add description.
remotefsize Remote file size function for streams that don't support it.
getWriteModes Modes that require a write operation.

Importing[edit]

jimport( 'joomla.filesystem.helper' );

See also[edit]

Template:SeeAlso:JFilesystemHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />