public interface IFileSystemAccessExtension4
IFileSystemAccess with the capability to check files for existence.boolean isFile(String path, String outputConfigurationName) throws RuntimeIOException
path - using '/' as path separatoroutputConfigurationName - the name of the output configurationtrue when the file at the given path exists and is a normal file. Will return false when
the path belongs to a directory.RuntimeIOExceptionCopyright © 2015. All Rights Reserved.