Skip to content

Commit 0d1858f

Browse files
committed
[SR-228] Add experimental API marker to completePathIntoString
1 parent 83f0b85 commit 0d1858f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Foundation/NSPathUtilities.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ public extension NSString {
342342
return paths.map(stringByAppendingPathComponent)
343343
}
344344

345+
/// - Experiment: This is a draft API currently under consideration for official import into Foundation
346+
/// - Note: Since this API is under consideration it may be either removed or revised in the near future
345347
public func completePathIntoString(inout outputName: NSString?, caseSensitive flag: Bool, inout matchesIntoArray outputArray: [NSString], filterTypes: [String]?) -> Int {
346348
NSUnimplemented()
347349
}

0 commit comments

Comments
 (0)