Windows 10: Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...

Discus and support Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and... in Windows 10 Gaming to solve the problem; I'm trying to copy a photo file or delete it if it can't be copied but I'm keep getting the same error. I've tried WinRar method, & Safe Mode and... Discussion in 'Windows 10 Gaming' started by Bopy9, Nov 10, 2024.

  1. Bopy9 Win User

    Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...


    I'm trying to copy a photo file or delete it if it can't be copied but I'm keep getting the same error. I've tried WinRar method, & Safe Mode and didn't work. I also don't think command prompt method would work. Is there a way to fix the corrupted photo? Is there any other way to copy it or delete it? Thanks.

    :)
     
    Bopy9, Nov 10, 2024
    #1

  2. Corrupted file RAR

    If the archive has been created using WinRAR, why don't you try WinRAR itself? It has a built-in repair feature for repairing corrupted archive (ZIP as well as RAR). Follow the steps given below:
    • Open WinRAR application in your system.
    • Now click on File tab > Open or simply press Ctrl+O.
    • A small window "Find Archive" will pop up. Locate the corrupt RAR archive from your system directory and select it.
    • Now click Open button.
    • Click Tools tab > Repair archive or simply press Alt+R.
    • Again a small window "Repairing File name.rar" will pop up.
    • Now click Browse to select a location to save the repaired archive.
    • Check the box "Treat the corrupt archive as RAR" and click OK.
    • WinRAR will start repairing of corrupt RAR archive. Once it gets completed click Close.
    I hope the above steps will help you repair the corrupted RAR archive.

    Thanks.
     
    Lincoln Dunne, Nov 10, 2024
    #2
  3. Error code 0x80070570

    Hi,

    To better assist you. kindly clarify the following:

    • Are you getting this exact message "Error 0x80070570: The file or directory is corrupted and unreadable" when you tried to open the 3rd file?
    • Did the icon or picture of the file change to unreadable?
    • Have you tried to delete the copied file and copy again from the original source?
    • Are you still able to play the 3rd video on the video camera?
    Looking forward to your reply.
     
    Angelo Bar, Nov 10, 2024
    #3
  4. Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...

    Script can copy file directory in one spot but not the other

    Haha yeah its fred. sorry its 8am and my mind isnt fully functional yet. There is an error along side the one my script posts: No such file or directory at script line 20.(which is the copy line). I pointed the script to one of the sub directories exactly, still wouldnt copy. I created a new sub dir, and copied some of the files from the main directory into the new directory, those wouldnt copy either.

    script:
    Code: #!/usr/bin/perl -w use strict; use warnings; use File::Find; use File::Copy; my $directory="..\\..\\doc\\xsd"; find (\&subr, $directory); sub subr { foreach ($File::Find::name=~/(.*)\.xsd$/) { my $filetobecopied = $File::Find::name; my $newfile = $1 . ".origxsd"; copy($filetobecopied, $newfile) or die "$File::Find::name cannot be copied $!"; chmod 0777, $File::Find::name; open (FILE, "<", $File::Find::name) or die "Cannot open file $!"; print $File::Find::name. "\n"; local $/; my $file=<FILE>; $f=~s/<!--[\w\W^]*?-->//gi; close FILE; open (OUT, ">", $File::Find::name) or die "Cannot write to file $!"; print OUT $f; close OUT; chmod 0444, $File::Find::name; } }[/quote] thanks kreij
     
    Hybrid_theory, Nov 10, 2024
    #4
Thema:

Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...

Loading...
  1. Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and... - Similar Threads - Can't delete copy

  2. Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...

    in Windows 10 Software and Apps
    Can't delete or copy a jpg file - error 0x80070570 - the file or directory is corrupted and...: I'm trying to copy a photo file or delete it if it can't be copied but I'm keep getting the same error. I've tried WinRar method, & Safe Mode and didn't work. I also don't think command prompt method would work. Is there a way to fix the corrupted photo? Is there any other...
  3. Error 0x80070570 File or Directory Is Corrupted and Unreadable

    in Windows 10 Gaming
    Error 0x80070570 File or Directory Is Corrupted and Unreadable: I am getting Error 0x80070570 File or Directory Is Corrupted and Unreadable while deleting something. I have only C: drive which has windows in it....
  4. Error 0x80070570 File or Directory Is Corrupted and Unreadable

    in Windows 10 Software and Apps
    Error 0x80070570 File or Directory Is Corrupted and Unreadable: I am getting Error 0x80070570 File or Directory Is Corrupted and Unreadable while deleting something. I have only C: drive which has windows in it....
  5. my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...

    in Windows 10 Network and Sharing
    my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...: I have been to advanced system settings and turned it off, selected no paging file. https://answers.microsoft.com/en-us/windows/forum/all/my-pagefilesys-file-cannot-be-deleted-error-is/455bbd3e-0845-46c3-8b05-501d6dc8a73f
  6. my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...

    in Windows 10 Gaming
    my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...: I have been to advanced system settings and turned it off, selected no paging file. https://answers.microsoft.com/en-us/windows/forum/all/my-pagefilesys-file-cannot-be-deleted-error-is/455bbd3e-0845-46c3-8b05-501d6dc8a73f
  7. my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...

    in Windows 10 Software and Apps
    my pagefile.sys file cannot be deleted, error is "Error 0x80070570: The file or directory...: I have been to advanced system settings and turned it off, selected no paging file. https://answers.microsoft.com/en-us/windows/forum/all/my-pagefilesys-file-cannot-be-deleted-error-is/455bbd3e-0845-46c3-8b05-501d6dc8a73f
  8. Can't delete a file Error code 0x80070570 on Windows 11

    in Windows 10 Gaming
    Can't delete a file Error code 0x80070570 on Windows 11: Hi,I can't seem to delete a file with Error code 0x80070570. How to delete? https://answers.microsoft.com/en-us/windows/forum/all/cant-delete-a-file-error-code-0x80070570-on/9be5e186-ee17-43da-8ef7-d29d66bc3be0
  9. Can't delete corrupted and unreadable files from the Steam app cache. Error 0x80070570

    in Windows 10 BSOD Crashes and Debugging
    Can't delete corrupted and unreadable files from the Steam app cache. Error 0x80070570: Happened since today that my Steam app refused to open. Checking in Task Manager showed that the app is open and running, but trying to end the process wouldn't work. Trying to open the app again didn't do anything. I tried restarting my PC but the same problem persists. I...
  10. 0x80070570 error when trying to insert copied files

    in Windows 10 Network and Sharing
    0x80070570 error when trying to insert copied files: I am copying files from my hard drive on my desktop to a backup USB and continue to get the 0x80070570 error when trying to insert copied files, which now reside on the USB, into a new folder that I created on the USB. How can I get around this problem?...