Skip to content

Commit

Permalink
HedExtract: Added documentation to openFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-McCarthy committed Apr 11, 2018
1 parent 0754eb9 commit 68699d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Hed Extract/HedExtract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ public HedExtract()
InitializeComponent();
}

/*
* Method Name: openFolder
* Purpose: This method prompts the user to select a folder directory for a variety of purposes required for unpacking/packing
* Arguments: char input (Selects folder type to prompt for)
* Return: string path (This is either the selected directory, or an empty string if the prompt failed.)
*/
string openFolder(char input)
{
if (input == 'e')
Expand Down

0 comments on commit 68699d7

Please sign in to comment.