package |
OCA\Gallery\Controller |
---|
getReducedPath(string $path, string $currFolderPath) : string
We only want to keep one folder between the current folder and the found media file /root/folder/sub1/sub2/file.ext becomes /root/folder/file.ext
string
the full path to a file, which never starts with a slash
string
the current folder, which never starts with a slash
string