Create a R object of class "largeList" and bind it with a file.
If the file exists, the R object will be bound to the file.
If the file does not exist or truncate == TRUE, an empty list will be written into
the given file and then bind it with R object. Later the R object can be used as a normal
list and all the manipulation will be done within the file binding to it.