Метод | Описание | |
---|---|---|
GetFileByURL ( string desiredURL, string filePath, bool &cancelled, bool workOffline = false ) : bool |
Attempts to download the desiredURL, and save it to filePath. Does not attempt to download the file unless the file creation time on the server is more recent than any existing copy, and the file hasn't been checked for over 7 days.
|
public static GetFileByURL ( string desiredURL, string filePath, bool &cancelled, bool workOffline = false ) : bool | ||
desiredURL | string | |
filePath | string | |
cancelled | bool | |
workOffline | bool | |
Результат | bool |