<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICCameraItem/fileSystemPath",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:objc(cs)ICCameraItem(py)fileSystemPath"
  },
  "title" : "fileSystemPath"
}
-->

# fileSystemPath

The item’s file system path on a camera using the mass storage transport type.

```
var fileSystemPath: String? { get }
```

## Discussion

This property is set for cameras whose [`transportType`](/documentation/ImageCaptureCore/ICDevice/transportType) is [`transportTypeMassStorage`](/documentation/ImageCaptureCore/ICDeviceTransport/transportTypeMassStorage).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)