API17

JFilesystemHelper: Difference between revisions

From Joomla! Documentation

m User contributed notes: bad link repair
m JoomlaWikiBot moved page JFilesystemHelper/11.1 to API17:JFilesystemHelper without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 22:59, 10 May 2013

Joomla 11.1 JFilesystemHelper

Description

Template:Description:JFilesystemHelper [Edit Descripton]

Methods

Visibility Method name Description
public ftpChmod Quick FTP chmod.
public getFilters Returns a list of filters.
public getJStreams Returns a list of J! streams.
public getSupported Stream and Filter Support Operations.
public getTransports Returns a list of transports.
public isJoomlaStream TODO Add description.
public remotefsize Support Functions; should probably live in a helper?
public static getWriteModes Modes that require a write operation.
  • Defined in libraries/joomla/filesystem/helper.php

Importing

jimport( 'joomla.filesystem.helper' );

See also

Template:SeeAlso:JFilesystemHelper [Edit See Also]

User contributed notes

<CodeExamplesForm />