|
FilePathInApplicationPath Method
|
Determines if the specified filePath is contained with the current executable path.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public static bool InApplicationPath(
string filePath
)
Public Shared Function InApplicationPath (
filePath As String
) As Boolean
public:
static bool InApplicationPath(
String^ filePath
)
static member InApplicationPath :
filePath : string -> bool
GSF.IO.FilePath.InApplicationPath = function(filePath);
View SourceParameters
- filePath String
- File name or relative file path.
Return Value
Booleantrue if the specified
filePath is contained with the current executable path; otherwise
false.
See Also