Sha256: 4dc78ac755150d7bcdddf5434c101dfdd725137d7e6be3378790bb846391ae6a

Contents?: true

Size: 367 Bytes

Versions: 4

Compression:

Stored size: 367 Bytes

Contents

Dim f As FolderItem
f = GetOpenFolderItem(FileTypes1.jpeg) // defined in the File Type Set editor
If not f.Exists Then
  Beep
  MsgBox("The file " + f.NativePath + "doesn't ""exist.""")
Else // document exists
  ImageWell1.image=Picture.Open(f)
End If
if f isa folderitem then
  msgbox(f.name)
end if
Exception err As NilObjectException
  MsgBox("Invalid pathname!")

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rouge-3.5.1 lib/rouge/demos/xojo
rouge-3.5.0 lib/rouge/demos/xojo
rouge-3.4.1 lib/rouge/demos/xojo
rouge-3.4.0 lib/rouge/demos/xojo