ITaskStorageUploadFile Method
Save the file in the folder.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool UploadFile(
string File,
FilesFolderType folderType,
string subfolder,
bool overwrite = false
)
Function UploadFile (
File As String,
folderType As FilesFolderType,
subfolder As String,
Optional overwrite As Boolean = false
) As Boolean
- File String
- Full path of the file to save.
- folderType FilesFolderType
- FilesFolderType with the type of folder.
- subfolder String
- Subfolder if it exists.
- overwrite Boolean (Optional)
- Indicates whether the file is overwritten.
Boolean if the file has been uploaded; otherwise,
.