Does shadow replica supports multiple shared file path for "data_path"?

I mounted two shared file path to F: and G: respectively, and set my shadow replica index as follows:
{
"index":{
"data_path": "F:\esindex,G:\esindex",
"shadow_replicas": true
}
}

But always got unassigned shards error. Does ES support multiple shared file for shadow replica index folders?