General Introduction
Features
Settings
Email system
Date and Time
URL rewrite
Special constants
Special variables
Complex logic in filter
CombinePath
Copy
CreateDirectory
Delete
DirectoryExists
ExtractNameFromPath
ExtractPathFromPath
FileExists
GetDirectory
GetFile
Move
RelativeToAbsolutePath
SiteRelativeToAbsolutePath
ValidateFalenameString
ValidatePathString
Move
bool CBXVirtualIo::Move( string $source, string $target [, bool $bRewrite = true] );
The method moves file or folder. Additional parameter specifies if existing files must be re-written. Receives absolute path on input. Non-static method.
Parameters
Parameter | Description |
---|---|
source | Source location. |
target | Target location. |
bRewrite | Re-write existing file? True by default. |
© «Bitrix24», 2001-2024
Up