Path is the normalized path. It uses forward slashes regardless of the operating system.
()
| 30 | // Path is the normalized path. |
| 31 | // It uses forward slashes regardless of the operating system. |
| 32 | func (doc Document) Path() string { |
| 33 | return filepath.ToSlash(doc.RelativePath) |
| 34 | } |
no outgoing calls