iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

Resources.GetFileSystemResourceWithoutProtocol Method 

Strips protocol name from the resource name

[Visual Basic]
Public Shared Function GetFileSystemResourceWithoutProtocol( _
   ByVal String As String _
) As String
[C#]
public static string GetFileSystemResourceWithoutProtocol(
   String filePath
);

Parameters

filePath
Name of the resource

Return Value

Name of the resource without protocol name

See Also

Resources Class | IBatisNet.Common.Utilities Namespace