Adventures of Nils Holgersson

Adventures of Nils Holgersson (Swedish: Nils Holgerssons underbara resa) is a 1962 Swedish film directed by Kenne Fant. It is based on the novel The Wonderful Adventures of Nils by Selma Lagerlöf. It was entered into the 3rd Moscow International Film Festival.[1]

Adventures of Nils Holgersson
Directed byKenne Fant
Produced byKenne Fant
Screenplay byTage Aurell
Kathrine Aurell
Based onThe Wonderful Adventures of Nils
by Selma Lagerlöf
StarringSven Lundberg
Max von Sydow
Annika Tretow
Music byTorbjörn Lundquist
CinematographyMax Wilén
Edited byCarl-Olov Skeppstedt
Release date
  • 12 September 1962 (1962-09-12) (Sweden)
Running time
98 minutes
CountrySweden
LanguageSwedish

Cast

gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.

References

  1. "3rd Moscow International Film Festival (1963)". MIFF. Archived from the original on 2013-01-16. Retrieved 2012-12-01.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.