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

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool
        public bool FileExists(string path)
        {
            throw new NotImplementedException();
        }