[DEV] add test of removing file
This commit is contained in:
parent
da10514ef0
commit
5256f55f1b
@ -62,6 +62,13 @@ void tmpTestOfTheFSNode(void)
|
||||
APPL_INFO(" TimeModifiedString() =\"" <<myNodeTest1.TimeModifiedString() << "\"");
|
||||
APPL_INFO(" TimeAccessedString() =\"" <<myNodeTest1.TimeAccessedString() << "\"");
|
||||
}
|
||||
// Try remove the file :
|
||||
myNodeTest1.Remove();
|
||||
if (true==myNodeTest1.Exist()) {
|
||||
APPL_ERROR(" ==> The file might be removed ==> but it is not the case ...");
|
||||
} else {
|
||||
APPL_INFO(" ==> The file is removed");
|
||||
}
|
||||
APPL_INFO("********************************************");
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user