SproutCMS

This is the code documentation for the SproutCMS project

function putExisting()

Saves file content from an existing file

Usage

bool File::putExisting ( string $filename , string $existing );

Arguments

  1. string $filename
    The name of the file in the repository
  2. string $existing
    The existing file on disk

Return value

  • bool
    True on success, false on failure