init(volumeID:volumeName:)
Creates a volume with the given identifier and name.
Declaration
init(volumeID: FSVolume.Identifier, volumeName: FSFileName)Parameters
- volumeID:
An Identifier to uniquely identify the volume. For a network file system that supports multiple authenticated users, disambiguate the users by using qualifying data in the identifier.
- volumeName:
A name for the volume.