FilePathUtilities Class
Visual Studio 2015
Static utilities for getting and setting file paths.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | FilePathUtilities() | Initializes a new instance of FilePathUtilities. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | GetFileExtension(String) | Gets the file extension from a given file path. |
![]() ![]() | GetFilePath(IntPtr) | Get file path for an object that implements IVsUserData. |
![]() ![]() | GetFilePath(IVsTextLines) | Gets the file path from an IVsTextLines buffer. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

