Instance Method インスタンスメソッド

try()

Attempts to acquire the receiver and immediately returns a Boolean value that indicates whether the attempt was successful. レシーバを入手することを試みて、その試みが成功したかどうかを指し示すブール値を直ちに返します。

Declaration 宣言

func `try`() -> Bool

Return Value 戻り値

true if the attempt to acquire the receiver was successful, otherwise false. true、もしレシーバを入手する試みが成功したならば、そうでなければfalse

Discussion 議論

Raises NSGenericException if a file-system error occurs. NSGenericExceptionを引き起こします、もしファイルシステムエラーが発生するならば。

See Also 参照

Related Documentation 関連文書