hasChild(byval strChildName)
Tests whether the current file has a child file with the specified name
hasChildren (byval arrChildrenNames)
Tests if the current file has children that matches the names specified in the array
--- old+++ new@@ -1,7 +1,6 @@
Additional methods for clsFile
-#hasChild(byval strChildName)-Tests whether the current file has a child file with the specified name--#hasChildren (byval arrChildrenNames)-Tests if the current file has children that matches the names specified in the array+hasChild(byval strChildName)+ Tests whether the current file has a child file with the specified name+hasChildren (byval arrChildrenNames)+ Tests if the current file has children that matches the names specified in the array
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Developed, commited and unit tested.