first version of KeeAutoExec functionality in Keepass2Android

This commit is contained in:
Philipp Crocoll
2018-11-19 19:06:12 +01:00
parent 58c6114840
commit 183c171da6
18 changed files with 397 additions and 147 deletions

View File

@@ -207,8 +207,7 @@ namespace keepass2android.Io
public IOConnectionInfo GetParentPath(IOConnectionInfo ioc)
{
//TODO: required for OTP Aux file retrieval
throw new NotImplementedException();
return IoUtil.GetParentPath(ioc);
}
public IOConnectionInfo GetFilePath(IOConnectionInfo folderPath, string filename)