In win10 unity3d 5.x ``` C# void test() gstring file = "C:/documents/vexe/test.txt"; Debug.Log(file.IndexOf("://")); // the value is 1 --file.IndexOf("://")==1 end ` ```