Browse Source

Readme changes

master
michaelpaliz 1 year ago
parent
commit
039d4e1257
5 changed files with 28 additions and 1 deletions
  1. +8
    -0
      .idea/.gitignore
  2. +6
    -0
      .idea/misc.xml
  3. +6
    -0
      .idea/vcs.xml
  4. BIN
      Ejercicio6(1).gif
  5. +8
    -1
      README.md

+ 8
- 0
.idea/.gitignore View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

+ 6
- 0
.idea/misc.xml View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_19" default="true" project-jdk-name="19" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

+ 6
- 0
.idea/vcs.xml View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

BIN
Ejercicio6(1).gif View File

Before After
Width: 751  |  Height: 530  |  Size: 72 KiB

+ 8
- 1
README.md View File

@ -1 +1,8 @@
<img src="https://public.db.files.1drv.com/y4mLhMCQPWuvd0nLaEMPBFS8L6xallKt0lFHl9JkXMXqxFlcom8eIWAr6kzSq-CpoemZoihHwdjhADDcenY0jTEdu3OZ0Z40xk7hl1o36IB_NpdRvnRd8JzV4-U0QXjQ5vz9gp9x_D8SmV8tvSDV1BaNyu26RInyMRTjEA8LolHWT8WCPsK_r8q8U40HcdgeYB9_55x_dmeG9QtDbhtVl6DonmlRYq6-nY1dmQEyHK4YEc">
<h2> Copiar Fichero </h2>
<p>Copiar un fichero y guargarlo en el directorio deseado</p>
<p> >>Utilizamos la clase File para crear un instacia de la misma, con lo cual necesitamos indicar el directorio de origen para econtrarlo</p>
<p> >> Leemos el fichero de origen con la clase FileInputStream y el fichero de destino con la clase FileOutpuStream </p>
<p> Mostrar el resultado </p>
<img src="Ejercicio6.gif">

Loading…
Cancel
Save