2 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
3 * Distributed under the terms of the MIT/X11 license.
5 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
6 * as long as it is accompanied by it's documentation and this copyright notice.
7 * The software comes with no warranty, etc.
30 void GetPath(std::string
& path
) const;
31 FileInfo
* FindChild(const char* name
) const;
32 BMimeType
* Type() const;
39 std::vector
<FileInfo
*> children
;
45 struct VolumeSnapshot
{
46 VolumeSnapshot(const BVolume
* volume
);