-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
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
Download save file path problem #75
Comments
@LFMcxixif Can you explain more exactly what you mean? |
oh, I have something to do in the past two days and I didn't have to read your reply, sorry. I would like to ask, is the path to save the downloaded file an absolute path or a relative path? |
The download path is absolute and dependent on the OS path system. |
Then I know, I have one last question, how to download files synchronously? instead of asynchronous downloads. |
So easy. you can call downloader.DownloadFileTaskAsync(url, path).Wait(); |
okay, thank you! |
Does the file path saved after downloading have to use ""? , can't I use "/"?
The text was updated successfully, but these errors were encountered: