A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
File — Class in package com.hippohx
The File class provides access to the file system.
File() — Constructor in class com.hippohx.File
Do NOT call this constructor, please use getInstance method instead.
fileExists(filePath) — Method in class com.hippohx.File
Checks if a file exists.
FileKind — Class in package com.hippohx
The FileKind object represents an item on the system, either a file or a directory.
FileKind() — Constructor in class com.hippohx.FileKind
files — Property in class com.hippohx.events.evOnFilesDropped
Array of Strings with paths to the files dragged to the application.
FileStats — Class in package com.hippohx
The FileStats object gathers data related to FileKind objects.
FileStats() — Constructor in class com.hippohx.FileStats
FILE_TYPE — Constant static property in class com.hippohx.FileKind
fullPath(relPath) — Method in class com.hippohx.File
Given an item's relative path, it returns the full path to the item.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z