Skip to content

Instantly share code, notes, and snippets.

@xcriptus
Created December 9, 2012 20:37
Show Gist options
  • Save xcriptus/4246865 to your computer and use it in GitHub Desktop.
Save xcriptus/4246865 to your computer and use it in GitHub Desktop.
StarUML
function getFileContent(/*String!*/ filename) {
var file=fileSystem.OpenTextFile(filename,/*ForReading*/ 1, /*DoNotCreate*/false) ;
var text=file.ReadAll() ;
file.Close() ;
return text ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment