removes the named file or (empty) directory.
(pathname string)
| 48 | Rename(oldpath, newpath string) error |
| 49 | // removes the named file or (empty) directory. |
| 50 | Remove(pathname string) error |
| 51 | // Label get the label for the filesystem, or "" if none. Be careful to trim it, as it may contain |
| 52 | // leading or following whitespace. The label is passed as-is and not cleaned up at all. |
| 53 | Label() string |
no outgoing calls