コード例 #1
0
    public static void FileDelete(string path)
    {
        path = StorageUtility.ConvertPathSeparators(path);
        Task <bool> task = StorageUtility.FileDeleteAsync(path);

        task.Wait();
    }
コード例 #2
0
 public unsafe static long $Invoke24(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(StorageUtility.FileDeleteAsync(Marshal.PtrToStringUni(*(IntPtr *)args))));
 }