Dokan changes
This commit is contained in:
@@ -15,7 +15,13 @@ CSiaApi::_CSiaRenter::~_CSiaRenter()
|
||||
|
||||
SiaApiError CSiaApi::_CSiaRenter::FileExists(const String& siaPath, bool& exists) const
|
||||
{
|
||||
return SiaApiError::NotImplemented;
|
||||
CSiaFileTreePtr siaFileTree;
|
||||
SiaApiError ret = GetFileTree(siaFileTree);
|
||||
if (API_SUCCESS(SiaApiError, ret))
|
||||
{
|
||||
exists = siaFileTree->FileExists(siaPath);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
SiaApiError CSiaApi::_CSiaRenter::DeleteFile(const String& siaPath)
|
||||
|
Reference in New Issue
Block a user