Skip to content
Snippets Groups Projects
Commit bfb8993b authored by Martin Mareš's avatar Martin Mareš
Browse files

Soubory: open má defaultní mód "r"

parent 240acca4
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ nejčastěji:
\item jméno souboru
\item mód přístupu:
\begin{itemize}
\item {\tt r} = čtení
\item {\tt r} = čtení (default, pokud mód vynecháme)
\item {\tt w} = zápis (založí/vyprázdní soubor)
\item {\tt a} = zápis na konec (append)
\item {\tt r+/w+} = čtení i zápis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment