[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.S3.V4Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static void SeparateLocalPath(
string localPath,
out string parentPath,
out string name
)
public static void SeparateLocalPath(
string localPath,
out string parentPath,
out string name
)
Public Shared Sub SeparateLocalPath (
localPath As String,
<OutAttribute> ByRef parentPath As String,
<OutAttribute> ByRef name As String
)
Public Shared Sub SeparateLocalPath (
localPath As String,
<OutAttribute> ByRef parentPath As String,
<OutAttribute> ByRef name As String
)
public:
static void SeparateLocalPath(
String^ localPath,
[OutAttribute] String^% parentPath,
[OutAttribute] String^% name
)
public:
static void SeparateLocalPath(
String^ localPath,
[OutAttribute] String^% parentPath,
[OutAttribute] String^% name
)
static member SeparateLocalPath :
localPath : string *
parentPath : string byref *
name : string byref -> unit
static member SeparateLocalPath :
localPath : string *
parentPath : string byref *
name : string byref -> unit