Use FileName property instead of FileNames after open file dialog OK.

Merged
#3 · Created  · Last updated

Merged pull request

Merged in infomaniac50/keepasstruecryptmount/bugs (pull request #3)

7583742·Author: ·Closed by: ·2014-04-09

Description

The FileNames property returns an array of string and is used when MultiSelect is true. Since that is not the case we should use the FileName property instead. Otherwise the text box shows the ToString()'d version of string[]. Note: We could always do *.FileNames[array index here].ToString() if we need to.

0 attachments

0 comments

Loading commits...