Contents

init(directories:)

Creates the directory share with a set of directories on the host.

Declaration

init(directories: [String : VZSharedDirectory])

Parameters

  • directories:

    Directories on the host to expose to the guest VM by name.

Discussion

The dictionary string keys are the names for the directory. The keys must be valid names or the system raises an exception and the app exits.

See Also

Related Documentation

Creating a directory share