KristofferStrube/Blazor.FileSystemAccess

How Specify a custom directory (not well knows) to create a file

Closed this issue · 1 comments

I'd like to specify a custom inital directory to save a new file using the library, instead using well know directories...

llike...

var options = new SaveFilePickerOptionsStartInWellKnownDirectory() { SuggestedName = "PROVA.D01", StartIn = "C:\test"};
FileHandle = await FileSystemAccessService.ShowSaveFilePickerAsync(options);

Sadly that isn't possible for security reasons.