|
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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic 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