BestHTTP.PlatformSupport.FileSystem.WebGLIOService.GetFiles C# (CSharp) Method

GetFiles() public method

public GetFiles ( string path ) : string[]
path string
return string[]
        public string[] GetFiles(string path)
        {
            throw new NotImplementedException();
        }
    }