Klasse FileLocator
java.lang.Object
de.uplanet.lucy.server.auxiliaries.FileLocator
Used to locate files in a hierarchy.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
FileLocator
public FileLocator()
-
-
Methodendetails
-
locate
Test if a file exists in the specified subdirectory.Directory path may or may not end with a trailing slash.
- Parameter:
p_strBasePath- The base path.p_strSubDir- The subdirectory to look for the file.p_strFileName- The file to locate.- Gibt zurück:
p_strBasePath + p_strSubDir + p_strFileNameif this file exists,p_strBasePath + p_strFileNameotherwise.
-
exists
-