How to Delete File in Fortran - Code Snippet

How to perform 'Delete File' in Fortran.

example.f90
! Task: Delete File
! Language: Fortran

program delete_file() 
    ! Implementation for Delete File
    ! TODO: Implement core logic here
    ! Step 1: Prepare data
    ! Step 2: Process Delete File
    print *,("Done");
end program
AdSense Slot