[]
Separate Name and File Name from Path
public static void SeparateName(string name, out string fileName, out string containerName, out string target)
| Type | Name | Description |
|---|---|---|
| string | name | Name to separate |
| string | fileName | File Name |
| string | containerName | Container Name |
| string | target |