| 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
stringthe full path to a file, which never starts with a slash
stringthe current folder, which never starts with a slash
string