summaryrefslogtreecommitdiff
path: root/src/shared/directoryentry.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-11 23:03:49 +0200
committerTannin <devnull@localhost>2013-10-11 23:03:49 +0200
commit382226bb46541f07e62ce689cfeaf395aa673a44 (patch)
tree97e35547f78524c6291906ce19c94699436b39b0 /src/shared/directoryentry.h
parentcffd9eb4e21f0ddcddca68d8eb0f1c80c8ac6ae1 (diff)
- added new plugin to test if fnis needs to be run
- some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm) - functionality for plugins to react to application being started from MO - broken ESPs are no longer reported as popup windows but only in the log file - bugfix: plugins couldn't store persistent data if they had no user-editable settings
Diffstat (limited to 'src/shared/directoryentry.h')
-rw-r--r--src/shared/directoryentry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h
index 498ebfe1..1ad9816c 100644
--- a/src/shared/directoryentry.h
+++ b/src/shared/directoryentry.h
@@ -227,6 +227,7 @@ public:
}
DirectoryEntry *findSubDirectory(const std::wstring &name) const;
+ DirectoryEntry *findSubDirectoryRecursive(const std::wstring &path);
/** retrieve a file in this directory by name.
* @param name name of the file