function FileTransferLocal::isDirectory

Overrides FileTransfer::isDirectory

File

includes/filetransfer/local.inc, line 56

Class

FileTransferLocal
The local connection class for copying files as the httpd user.

Code

public function isDirectory($path) {
    return is_dir($path);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.