Any of the functions below can take either an existing wxFileName object, or a sequence containing a filename.
Returns the file name extension.
Returns the characters that can't be used in filenames and directory names for the specified format.
Returns the full name (including extension but excluding directories).
Returns the full path with name and extension.
Returns the home directory.
Return the long form of the path (returns identity on non-Windows platforms)
Returns the last time the file was last modified.
Returns the name part of the filename (without extension). See also: get_full_name()
Return the short form of the path (returns identity on non-Windows platforms).
Returns the size of this file (wxFileSize object) or the size of the given file (sequence). If the file does not exist or its size could not be read (because e.g. the file is locked by another process) the returned value is wxInvalidSize.