Prompt the user for filepath

Hello,

Is there a way to open a prompt that lets the user run through local folders and select a file, then return the filepath? I’d like to use that in conjunction with T-SQL OPEN ROWSET function.

Thanks.

system.file.openFile() sounds like what you want.

Thanks! I should have known… :blush: