| Package | Description |
|---|---|
| gwt.material.design.jscore.client.api.file |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryEntry.getDirectory(String Path,
FileOptions options,
Functions.Func2<Void,DirectoryEntry> success,
Functions.Func2<Void,FileError> error) |
void |
DirectoryEntry.getFile(String path,
FileOptions options,
Functions.Func2<Void,FileEntry> success,
Functions.Func2<Void,FileError> error) |
Copyright © 2017. All rights reserved.