blob: 3c8d8feb8397e9b352bfa134c8edbfefe68f47af [file] [log] [blame]
package plugins
// BasePath returns the path to which all paths returned by the plugin are relative to.
// For Windows v1 plugins, this returns an empty string, since the plugin is already aware
// of the absolute path of the mount.
func (p *Plugin) BasePath() string {
return ""
}