It seems to me that the descriptions are not matching the values. Why does None NOT VERIFY the path, while DoNotVerify creates and Create verifies (and is the default behavior).
Shouldn't the order of the values be the following?
DoNotVerify
Returns the path, but does not verify whether the path exists. If the folder is located on a network, specifying this option can reduce lag time.
None
Verifies the folder path. If the folder does not exist, an empty string is returned. This is the default behavior.
Create
Forces the folder to be created if it does not already exist.
That would make more sense to me. Either that or I don't understand the options completely.