GetOpenFolderItemText As String

 

Opens a dialog window to select a textfile and returns its contents.

  

  

Returns:

 

Type

Value

Description

String

Contents of textfile

Any readable contents of a textfile is returned.

 

Available in:

 

WindowMain

WindowLink

YES

NO

  

Used in:

 

XojoScript Name

GUID

Import ISR payment file

52C27AC4-24B7-4B7D-9107-6223B4E10E45

 

Example XojoScript:

 

Dim contents As String = GetOpenFolderItemText

If contents <> "" Then

MsgBox contents

End If