Contents

currentDirectory

The directory path to use as the starting point in the Open dialog.

Declaration

var currentDirectory: String? { get }

Discussion

The first valid directory from the following list is returned:

  • The directory location where the current document was last saved

  • The last directory visited in the Open panel

  • The user’s home directory

See Also

Managing the Open Dialog