Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# write iformfile

(in async function)

using (Stream fileStream = new FileStream(filePath, FileMode.Create)) {
	await file.CopyToAsync(fileStream);
}
 
PREVIOUS NEXT
Tagged: #write #iformfile
ADD COMMENT
Topic
Name
5+4 =