BestHTTP.PlatformSupport.FileSystem.WebGLIOService.FileExists C# (CSharp) Метод

FileExists() публичный Метод

public FileExists ( string path ) : bool
path string
Результат bool
        public bool FileExists(string path)
        {
            throw new NotImplementedException();
        }