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