We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff19ff commit de71e05Copy full SHA for de71e05
1 file changed
Sources/NextcloudFileProviderKit/Metadata/ItemMetadata.swift
@@ -174,8 +174,8 @@ public extension ItemMetadata {
174
175
func remotePath() -> String {
176
if ocId == NSFileProviderItemIdentifier.rootContainer.rawValue {
177
- // For the root container the fileName is "__NC_ROOT__" (aka NextcloudKit.shared.nkCommonInstance.rootFileName)
178
- // --> appending the fileName to that is not correct, as it most likely won't ecist
+ // For the root container the fileName is defined by NextcloudKit.shared.nkCommonInstance.rootFileName.
+ // --> appending the fileName to that is not correct, as it most likely won't exist.
179
return serverUrl
180
}
181
0 commit comments