We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a484760 + 2e312e4 commit 073b792Copy full SHA for 073b792
2 files changed
lib/private/Files/Node/NonExistingFile.php
@@ -38,6 +38,14 @@ public function getId() {
38
}
39
40
41
+ public function getInternalPath() {
42
+ if ($this->fileInfo) {
43
+ return parent::getInternalPath();
44
+ } else {
45
+ return $this->getParent()->getMountPoint()->getInternalPath($this->getPath());
46
+ }
47
48
+
49
public function stat() {
50
throw new NotFoundException();
51
lib/private/Files/Node/NonExistingFolder.php
0 commit comments