MostafaElAyoubi / Data-shapes

code for revit, dynamo
49 stars 12 forks source link

UI.FilePath Data won't take string for default path #65

Open david-pbk opened 3 years ago

david-pbk commented 3 years ago

Similar issue to #24 , trying to input the default path (as string) so the button will start in the directory of the default path. Currently the button returns to the previously selected directory.

I can't tell if the input wants a filepath or directorypath string because it doesn't seem to accept either type. Would be nice if it accepted directory path in case the user wants to start in an empty directory.

DirectoryPath Data is working the way I thought FilePath should work: image image

Thanks!