diff --git a/documentation/22.05/eiffelstudio/Tutorials/copying-example-files.wiki b/documentation/22.05/eiffelstudio/Tutorials/copying-example-files.wiki index 2e7bd8a8..b24d0510 100644 --- a/documentation/22.05/eiffelstudio/Tutorials/copying-example-files.wiki +++ b/documentation/22.05/eiffelstudio/Tutorials/copying-example-files.wiki @@ -1,3 +1,5 @@ +[[Property:modification_date|Thu, 02 Jun 2022 12:53:45 GMT]] +[[Property:publication_date|Thu, 02 Jun 2022 12:53:45 GMT]] [[Property:title|Copying the Example Files]] [[Property:weight|-14]] [[Property:uuid|bb8ff7d7-2e93-d150-339c-d9afb967bc98]] @@ -6,7 +8,8 @@ If you are going to work on a copy, choose or create a directory of your own; let's call it YOURDIR for the rest of the discussion. To copy all the files of the example to YOURDIR: -* On Windows, open a Windows Explorer, go to $ISE_EIFFEL\examples\studio\tour , select all the files in that directory, and drag-and-drop them to YOURDIR . +* On Windows, open a Windows Explorer, go to %ISE_EIFFEL%\examples\studio\tour (replace %ISE_EIFFEL% by the expected location), then select all the files in that directory, and drag-and-drop them to YOURDIR . + * On Unix execute the shell command cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR