isHiddenFile


Description:

public static bool isHiddenFile (Path path)

Returns whether the hidden file exists in the specified path.

Parameters:

path

Path to file or directory.

Returns:

true if the path is a hidden file (starts with '.'), false otherwise.