NSString.ExpandTildeInPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new string that expands a tilde in this string (indicating the user's home dir) into a full path.
[Foundation.Export("stringByExpandingTildeInPath")]
public virtual Foundation.NSString ExpandTildeInPath ();
abstract member ExpandTildeInPath : unit -> Foundation.NSString
override this.ExpandTildeInPath : unit -> Foundation.NSString
Returns
- Attributes