ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Create a directory using tex
Date: Wed, 30 Aug 2006 09:23:07 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0608300922001.3696@nqvgln> (raw)
In-Reply-To: <44F53EA9.6090009@wxs.nl>

On Wed, 30 Aug 2006, Hans Hagen wrote:

> Aditya Mahajan wrote:
>> On Tue, 29 Aug 2006, Taco Hoekwater wrote:
>>
>>
>>> Aditya Mahajan wrote:
>>>
>>>> Hi,
>>>>
>>>>   I want to create a macro that writes files in a sub directory.
>>>> If the directory is already created, things work fine. However, if the
>>>> directory is not there, tex complains
>>>>
>>>> ! I can't write on file ....
>>>>
>>>> Please type another output file name:
>>>>
>>>>   Is there a way I can ask tex to create a directory if one does not
>>>> exist?
>>>>
>>> Not with TeX, but you can use \write18 or \installprogram  to run a
>>> system command.
>>>
>>
>> Can I ask TeX to check if a directory exists or is writable. I want it
>> to give an informative message if the directory does not exist.
>>
>> Or is there a way to check if a file is writable, so that I can do
>>
>> \doiffilewritable{dir/tempfile}{\donothing}{\message{Warning}{Please
>> create directory 'dir' \endinput}
>>
>>
> for a while there has been a way to ask for file characteristics
> (x-dir-01 can be used to generate a clickable listing and x-dir-05 for
> indentifying files)
>
> permissions were not part of that but easy to add, i'm generating you a
> beta that has permissions added

Thank you. I will play around with this and ctx preprocessing.

Aditya

> \usemodule[x][dir-05]
>
> \getfilestate{context.tex}
>
> \doifinstringelse{w}{\getvariable{filestate}{permissions}}
>  {writable}
>  {not writable}
>
>
> \end
>
>
>
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
>

-- 
Aditya Mahajan, EECS Systems, University of Michigan
http://www.eecs.umich.edu/~adityam || Ph: 7342624008

      reply	other threads:[~2006-08-30 13:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-29  5:30 Aditya Mahajan
2006-08-29  7:13 ` Taco Hoekwater
2006-08-30  1:09   ` Aditya Mahajan
2006-08-30  6:45     ` Taco Hoekwater
2006-08-30  7:39       ` Hans Hagen
2006-08-30  7:30     ` Hans Hagen
2006-08-30 13:23       ` Aditya Mahajan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.4.63.0608300922001.3696@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).