API17

Difference between revisions of "JFilesystemHelper"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 68: Line 68:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFilesystemHelper]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFilesystemHelper]]</noinclude>

Revision as of 13:43, 29 August 2012

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.

Joomla 11.1 JFilesystemHelper[edit]

Description[edit]

Template:Description:JFilesystemHelper [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.filesystem.helper' );

See also[edit]

Template:SeeAlso:JFilesystemHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />