first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
This is a small demo showing how to access a file in a safe way.
Especially: access to the file does not depend on the current directory,
but files will be found anywhere in the classpath. So text files placed
inside the project directory wll be found.
A file for testing is include in this project. It is called "test.txt".
(You can also access this file - "README.TXT".)
-mik-, Feb 2002