SelectedFileID()

Syntax

Result$ = SelectedFileID()
Description
Returns the current selected filename identifier. It has to be called after NextSelectedFile(). Remote drives like Google Drive can have several files with the exact same filename, that's why a file identifier is needed to be able to select the right one.

Parameters

None.

Return value

A filename identifier. This identifier can be used in the following commands: ReadFile(), OpenFile(), LoadJSON(), LoadImage() and LoadXML().

Supported OS

All

<- OpenFileRequester() - Requester Index - SelectedFileName() ->