Hello, > I'm just wondering if there's a cross platform way of creating sparse > files in c#. I was taking a look at the Mono.Unix namespace, but there > doesn't seem to be anything there that'd do it. Not that am aware of. I imagine that you are using the standard Unix operations to create a sparse file (seek + write). Miguel