QuickOPC User's Guide and Reference
GetFileInfo Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > MappedFileProvider Class : GetFileInfo Method
Syntax
'Declaration
 
<NotNullAttribute()>
Public Function GetFileInfo( _
   ByVal subpath As String _
) As IFileInfo
'Usage
 
Dim instance As MappedFileProvider
Dim subpath As String
Dim value As IFileInfo
 
value = instance.GetFileInfo(subpath)
[NotNull()]
public IFileInfo GetFileInfo( 
   string subpath
)
[NotNull()]
public:
IFileInfo^ GetFileInfo( 
   String^ subpath
) 

Parameters

subpath
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also