Skip to content

Commit 80c2adb

Browse files
committed
core: add getcwd() stub
1 parent a0fed8d commit 80c2adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/core/src/utils/filesystem.cpp

Lines changed: 1 addition & 0 deletions
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)