\JFilesystemHelper
File system helper
Holds support functions for the filesystem, particularly the stream
Synopsis
class JFilesystemHelper
{
- // methods
- public static mixed remotefsize()
- public static mixed ftpChmod()
- public static array getWriteModes()
- public static array getSupported()
- public static array getTransports()
- public static array getFilters()
- public static array getJStreams()
- public static boolean isJoomlaStream()
Tasks
Tasks
Line | Task |
---|---|
250 | add user space filter loading like user space stream loading |
Methods
public
- ftpChmod() — Quick FTP chmod
- getFilters() — Returns a list of filters
- getJStreams() — Returns a list of J! streams
- getSupported() — Stream and Filter Support Operations
- getTransports() — Returns a list of transports
- getWriteModes() — Modes that require a write operation
- isJoomlaStream() — Determine if a stream is a Joomla stream.
- remotefsize() — Remote file size function for streams that don't support it