We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something like this would be great :
public Document(string fullName) { // convert fullName to stream and do stuff }
We could use PCL Storage but it seems that they didnt implement the code needed for portable class. I tried this :
private static async Task<Stream> OpenAsync(string fullName) { var file = await FileSystem.Current.GetFileFromPathAsync(fullName); return await file.OpenAsync(FileAccess.Read); }
I will look into it later. If someone knows an alternative, I am listening.
The text was updated successfully, but these errors were encountered:
Split ctor for the future. See #14.
99ec986
No branches or pull requests
Something like this would be great :
We could use PCL Storage but it seems that they didnt implement the code needed for portable class. I tried this :
I will look into it later. If someone knows an alternative, I am listening.
The text was updated successfully, but these errors were encountered: