Exemple #1
0
	/**
	 * Checks if a folder exists in this folder.
	 *
	 * @param string $name
	 * @return bool
	 */
	public function hasFolder($name) {
		return $this->storage->hasFolderInFolder($name, $this);
	}