From bf61d2057941554a13067c18e4de00864f20d1a2 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 2 Jun 2022 12:53:46 +0000 Subject: [PATCH] Updated wikipage Copying the Example Files. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2361 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../22.05/eiffelstudio/Tutorials/copying-example-files.wiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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