IsExec returns true if file is an executable file
()
| 255 | |
| 256 | // IsExec returns true if file is an executable file |
| 257 | func (fn *Node) IsExec() bool { |
| 258 | return fn.Info.IsExec() |
| 259 | } |
| 260 | |
| 261 | // isOpen returns true if file is flagged as open |
| 262 | func (fn *Node) isOpen() bool { |