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