예제 #1
0
 public async Task Store(MemoryStream stream, string filename)
 {
     await IOExtensions.Store(stream, dirPath + Path.DirectorySeparatorChar.ToString() + filename);
 }