wxFileName

wxFileName
Creation Parameters

Any of the functions below can take either an existing wxFileName object, or a sequence containing a filename.

Functions/Procedures
Supertopics

wxFileName

[func]
get_ext
( object filename )

Category: wxFileName

Returns the file name extension.


wxFileName

[func]
get_forbidden_chars
( object filename )

Category: wxFileName

Returns the characters that can't be used in filenames and directory names for the specified format.


wxFileName

[func]
get_full_name
( object filename )

Category: wxFileName

Returns the full name (including extension but excluding directories).


wxFileName

[func]
get_full_path
( object filename )

Category: wxFileName

Returns the full path with name and extension.


wxFileName

[func]
get_home_dir
( object filename )

Category: wxFileName

Returns the home directory.


wxFileName

[func]
get_long_path
( object filename )

Category: wxFileName

Return the long form of the path (returns identity on non-Windows platforms)


wxFileName

[func]
get_modified_time
( object filename )

Category: wxFileName

Returns the last time the file was last modified.


wxFileName

[func]
get_name
( object filename )

Category: wxFileName

Returns the name part of the filename (without extension). See also: get_full_name()


wxFileName

[func]
get_short_path
( object filename )

Category: wxFileName

Return the short form of the path (returns identity on non-Windows platforms).


wxFileName

[func]
get_size
( object filename )

Category: wxFileName

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.