MonobjcMonobjc Documented Class Library
StringByAbbreviatingWithTildeInPath Property
NamespacesMonobjc.FoundationNSStringStringByAbbreviatingWithTildeInPath

Returns a new string representing the receiver as a path with a tilde (~) substituted for the full path to the current user’s home directory.

Original signature is '- (NSString *)stringByAbbreviatingWithTildeInPath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString StringByAbbreviatingWithTildeInPath { get; }
Public Overridable ReadOnly Property StringByAbbreviatingWithTildeInPath As NSString
	Get
public:
virtual property NSString^ StringByAbbreviatingWithTildeInPath {
	NSString^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)