~ubuntu-branches/ubuntu/wily/julia/wily

« back to all changes in this revision

Viewing changes to doc/stdlib/file.rst

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-11-17 19:32:52 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20131117193252-tkrpclguqqebqa35
Tags: 0.2.0+dfsg-3
testsuite-i386.patch: loosen the numerical precision for yet another test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
   Returns ``true`` if the current user has permission to write to ``path``,
64
64
   ``false`` otherwise.
65
65
 
 
66
.. function:: homedir() -> String
 
67
 
 
68
   Return the current user's home directory.
 
69
 
66
70
.. function:: dirname(path::String) -> String
67
71
 
68
72
   Get the directory part of a path.