| 
            
              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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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