You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treebuilder.insert(filename,id,filemode).then(function(treeEntry){// Use treeEntry});
| Parameters | Type |
| --- | --- | --- |
| filename | String | Filename of the entry |
| id | Oid | SHA1 oid of the entry |
| filemode | Number | Folder attributes of the entry. This parameter must be valued with one of the following entries: 0040000, 0100644, 0100755, 0120000 or 0160000. |