コード例 #1
0
 public static Task ChmodAsync(this UVFile file, int mode)
 {
     return(file.ChmodAsync(file.Loop, mode));
 }