Skip to content

File_Name - AbstractFileDialog

Holds the full pathname of the file(s) selected

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String File_Name
Access Type Syntax
Read Access: Get File_Name to StringVariable
Write Access: Set File_Name to StringVariable/Value

Description

The File_Name property is set when users click the Open button to open a file. It holds the full pathname of the file and can be considered a read-only property.

When the MultiSelect_State property is True, the Selected_Files property will contain the list of selected files and the File_Name property will only contain the path to each of these files (this will be the same for all selected files).