API17

JFile::move

From Joomla! Documentation

Revision as of 20:31, 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.

Joomla 11.1 JFile::move[edit]

Description[edit]

Moves a file.

Template:Description:JFile::move [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JFile::move ($src, $dest, $path= '', $use_streams=false)
Parameter Type Default Description
$src string The path to the source file
$dest string The path to the destination file
$path string An optional base path to prefix to the file names
$use_streams false

Returns[edit]

boolean True on success

Defined in[edit]

libraries/joomla/filesystem/file.php (line 197)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JFile::move

Examples[edit]

<CodeExamplesForm />