The DeviceFileSystem is an abstraction of the file system used by a specific iPod. Currently, this is either standard or iPhone


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FileSystem As DeviceFileSystem
C#
public DeviceFileSystem FileSystem { get; }
C++
public property DeviceFileSystem FileSystem sealed  {
    DeviceFileSystem get();
}
J#
/** property */
public DeviceFileSystem get_FileSystem();
JScript
public function get FileSystem() : DeviceFileSystem

See Also