How to display file copy progress in 10.8

后端 未结 4 1254
心在旅途
心在旅途 2021-01-07 11:58

FSCopyObjectAsync is Deprecated in OS X v10.8, Now how to display progress indictor for file copy operation.

4条回答
  •  天命终不由人
    2021-01-07 12:32

    copyfile(3) is alternative for FSCopyObjectAsync. Here is example of copyfile(3) with Progress Callback.

提交回复
热议问题