Skip to content

Commit aee865f

Browse files
committed
Merge pull request opencv#13352 from alalek:issue_13324
2 parents 0d439a9 + 80c2adb commit aee865f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/src/utils/filesystem.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ cv::String getCacheDirectory(const char* sub_directory_name, const char* configu
563563
cv::String canonical(const cv::String& /*path*/) { NOT_IMPLEMENTED }
564564
bool exists(const cv::String& /*path*/) { NOT_IMPLEMENTED }
565565
void remove_all(const cv::String& /*path*/) { NOT_IMPLEMENTED }
566+
cv::String getcwd() { NOT_IMPLEMENTED }
566567
bool createDirectory(const cv::String& /*path*/) { NOT_IMPLEMENTED }
567568
bool createDirectories(const cv::String& /*path*/) { NOT_IMPLEMENTED }
568569
cv::String getCacheDirectory(const char* /*sub_directory_name*/, const char* /*configuration_name = NULL*/) { NOT_IMPLEMENTED }

0 commit comments

Comments
 (0)