Modifier and Type | Interface | Description |
---|---|---|
interface |
FilePackage |
A file package in the file system.
|
interface |
PropertyListFile |
A file containing data in Property List format.
|
interface |
XmlFile |
A file containing data in XML format.
|
Modifier and Type | Method | Description |
---|---|---|
File |
Application.editActionOf(Reference theObjectForTheCommand,
String OrTheNameOfTheActionToEdit,
int theIndexNumberOfTheActionToEdit) |
Edit an action of a folder.
|
File |
Alias.getFile(int index) |
|
File |
Alias.getFile(Id id) |
|
File |
Application.getFile(int index) |
|
File |
Application.getFile(Id id) |
|
File |
Disk.getFile(int index) |
|
File |
Disk.getFile(Id id) |
|
File |
FilePackage.getFile(int index) |
|
File |
FilePackage.getFile(Id id) |
|
File |
Folder.getFile(int index) |
|
File |
Folder.getFile(Id id) |
|
default File[] |
Alias.getFiles() |
|
File[] |
Alias.getFiles(String filter) |
|
default File[] |
Application.getFiles() |
|
File[] |
Application.getFiles(String filter) |
|
default File[] |
Disk.getFiles() |
|
File[] |
Disk.getFiles(String filter) |
|
default File[] |
FilePackage.getFiles() |
|
File[] |
FilePackage.getFiles(String filter) |
|
default File[] |
Folder.getFiles() |
|
File[] |
Folder.getFiles(String filter) |
|
File |
Application.open(File theDiskItemSToBeOpened) |
Open disk item(s) with the appropriate application.
|
File |
Application.open(String theDiskItemSToBeOpened) |
Open disk item(s) with the appropriate application.
|
Modifier and Type | Method | Description |
---|---|---|
File |
Application.open(File theDiskItemSToBeOpened) |
Open disk item(s) with the appropriate application.
|