validate_filename


Description:

[ Version ( since = "1.2" ) ]
public static bool validate_filename (string filename)

Regular name files have a certain pattern.

That basically means they have the file extension "name". Check if filename is valid according to that pattern.

Parameters:

filename

the filename to check