MCPcopy Index your code
hub / github.com/EngoEngine/engo / openFile

Function openFile

engo_empty.go:131–133  ·  view source on GitHub ↗

openFile is the desktop-specific way of opening a file

(url string)

Source from the content-addressed store, hash-verified

129
130// openFile is the desktop-specific way of opening a file
131func openFile(url string) (io.ReadCloser, error) {
132 return os.Open(url)
133}
134
135// IsAndroidChrome tells if the browser is Chrome for android
136func IsAndroidChrome() bool {

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.80

Tested by

no test coverage detected