getChildAssumingFile abstract method
Return a File representing a child Resource with the given
relPath
. This call does not check whether a file with the given name
exists on the filesystem - client must call the File's exists
getter
to determine whether the folder actually exists.
Implementation
File getChildAssumingFile(String relPath);