Path.isGitfile
var result = Path.isGitfile(path, pathlen, gitfile, fs);
| Parameters | Type | |
|---|---|---|
| path | String | |
| pathlen | Number | |
| gitfile | Number | |
| fs | Number |
| Returns | |
|---|---|
| Number |
Path.FS
| Flag | Value |
|---|---|
| Path.FS.GENERIC | 0 |
| Path.FS.NTFS | 1 |
| Path.FS.HFS | 2 |
Path.GITFILE
| Flag | Value |
|---|---|
| Path.GITFILE.GITIGNORE | 0 |
| Path.GITFILE.GITMODULES | 1 |
| Path.GITFILE.GITATTRIBUTES | 1 |