The abstract class for entries in the filesystem.
| Instance Method Summary | |
copyTo(!goog.fs.DirectoryEntry parent, string= opt_newName) ⇒ !goog.async.DeferredCopy this entry to a new location. | |
getFileSystem() ⇒ !goog.fs.FileSystem | |
getFullPath() ⇒ string | |
getLastModified() ⇒ !goog.async.DeferredRetrieves the last modified date for this entry. | |
getName() ⇒ string | |
getParent() ⇒ !goog.async.DeferredGets the parent directory. | |
isDirectory() ⇒ boolean | |
isFile() ⇒ boolean | |
moveTo(!goog.fs.DirectoryEntry parent, string= opt_newName) ⇒ !goog.async.DeferredMove this entry to a new location. | |
remove() ⇒ !goog.async.DeferredRemove this entry. | |
toUrl(string= opt_mimeType) ⇒ stringGet the URL for this file. | |
wrapEntry(!Entry entry) ⇒ !goog.fs.EntryWrap an HTML5 entry object in an appropriate subclass instance. | |