os.Path.ishidden

The os.Path.ishidden is used to check whether a file is hidden or not. The syntax of the function is as follows:

 

CALL os.Path.ishidden(f_name) RETURNING result

 

where:

·         f_name = a string containing the name of the file to check,

·         result = TRUE if the file is a hidden one or FALSE otherwise.