|
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.265-beta+b9fecb767fe978094c19da8101c12474843773cb
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