Files
crm.clientright.ru/modules/Workflow2/extends/functions/cloudfile.inc.php

15 lines
433 B
PHP
Executable File

<?php
/**
* Created by JetBrains PhpStorm.
* User: Stefan Warnat <support@stefanwarnat.de>
* Date: 20.07.15 10:02
* You must not use this file without permission.
*/
function getFolderId($folder, $connectionID) {
\Workflow2\Autoload::register("CloudFile", "~/modules/CloudFile/lib");
$adapter = \CloudFile\Connection::getAdapter($connectionID);
$adapter->chdir($folder);
return $adapter->getCurrentPathKey();
}