MCPcopy Create free account
hub / github.com/EngoEngine/engo / openFile

Function openFile

engo_glfw.go:402–404  ·  view source on GitHub ↗

openFile is the desktop-specific way of opening a file

(url string)

Source from the content-addressed store, hash-verified

400
401// openFile is the desktop-specific way of opening a file
402func openFile(url string) (io.ReadCloser, error) {
403 return os.Open(url)
404}
405
406// IsAndroidChrome tells if the browser is Chrome for android
407func IsAndroidChrome() bool {

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.80

Tested by

no test coverage detected