This commit is contained in:
Steve 2012-10-20 18:04:55 +00:00 committed by admin
parent 3f40f9d68d
commit 1a1312925f

View file

@ -2,7 +2,7 @@ I have come up with a moderately complex solution to a particular use case that
#The problem:
I have a large number of file that are accessed infrequently and stored off-line on DVD-Rs. I need to keep track of which files are on which disc so that when I want a file I can find it.
I have a large number of files that are accessed infrequently and stored off-line on DVD-Rs. I need to keep track of which files are on which disc so that when I want a file I can find it.
#The solution: