File IO

P

Peter Horlock

Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some
example code I could use as a basis or just to get some
fresh new ideas?

Thanks,

Peter
 
K

Knute Johnson

Peter said:
Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some
example code I could use as a basis or just to get some
fresh new ideas?

Thanks,

Peter

You must not mean what you are saying because any operating system that
supports Java is going to be able to do file I/O.
 
M

markspace

Peter said:
Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some


What kind of framework? Web? Desktop? JavaFX? Something else?


Please don't say "JavaScript" because you're in the wrong news group
then....
 
J

Jeff Higgins

Peter said:
Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some
example code I could use as a basis or just to get some
fresh new ideas?

Thanks,

Peter
<http://www.fsl.cs.sunysb.edu/docs/zadok-thesis-proposal/thesis_proposal.html>
 
R

Roedy Green

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,

Files are already stored by their names in the file system. Do you
mean make backup copies?

see http://mindprod.com/products1.html#BACKUP2ZIP
--
Roedy Green Canadian Mind Products
http://mindprod.com

When you lose interest in a program, your last duty to it is to hand it off to a competent successor.
~ Eric S. Raymond (born: 1957-12-04 age: 51) The Cathedral and the Bazaar
 
J

Jeff Higgins

Peter said:
Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some
example code I could use as a basis or just to get some
fresh new ideas?

Thanks,

Peter
<http://fuse.sourceforge.net/>
 
J

Jeff Higgins

Peter said:
Hi!

I want to programm a file storage mechanism,
that writes files based on their file name into a file system,
that will later find those files based on their files names,
and that can also delete those files -
no real magic here...... -
but I don't want to reinvent the wheel.
Do you know a Framework, or do you have or know some
example code I could use as a basis or just to get some
fresh new ideas?

Thanks,

Peter
<http://en.wikipedia.org/wiki/Virtual_file_system>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,260
Messages
2,571,039
Members
48,768
Latest member
first4landlord

Latest Threads

Top