org.autoplot.datasource.FileSystemUtil.Check

Interface to be used with deleteFilesInTree.


check

check( java.io.File f ) → boolean

simply return true or false. With deleteFilesInTree, true would indicate that the file should be deleted.

Parameters

f - a file.

Returns:

boolean, to be interpreted by another code.

[search for examples] [view on GitHub] [view on old javadoc] [view source]