| layout |
default |
| menu_item |
api |
| title |
DiffFile |
| description |
Version 0.26.1 |
| return_to |
| API Documentation Index |
/api/ |
|
| sections |
| #flags |
#id |
#mode |
#path |
#size |
Instance Variables |
#flags |
#id |
#mode |
#path |
#size |
#ivars |
|
var number = diffFile.flags();
Returns the file's flags
Returns the file's Oid
var number = diffFile.mode();
Returns the file's mode
var string = diffFile.path();
Returns the file's path
var number = diffFile.size();
Returns the file's size
| Variable |
Type |
Description |
| flags |
Number |
|
| id |
Oid |
|
| idAbbrev |
Number |
|
| mode |
Number |
|
| path |
String |
|
| size |
Number |
|