Wildcards in rename()?

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Wildcards in rename()?

    Hi all!

    Do any of you know if wildcards are accepted when calling rename()
    function?

    Thanks/Alvaro


    Alvaro Puente Guest

  2. Similar Questions and Discussions

    1. Using wildcards in a WHERE statement
      I'm in the process of converting from Access to SQLServer and need help with using wild cards in a WHERE statement. When the following statement is...
    2. Wildcards
      Why isn't it possible to search with wildcards (like * and ?) in Acrobat 6? In Acrobat 5 it used to be possible. What is the alternative?
    3. File copy wildcards
      I have a directory with files named: ex0915 dx0915 gg0915
    4. rename()
      This is probably an easy question but I have been looking at this code for a while and it is all blurry..:) I have an uploaded image in a temp...
    5. Finding filenames using wildcards
      I have an interesting challenge. I have a client that is putting pictures into a single folder on the web server. The files are specific in that...
  3. #2

    Default Re: Wildcards in rename()?

    "Alvaro Puente" <alvaro.puente-gonzalez@ece.ericsson.se> writes:
    > Do any of you know if wildcards are accepted when calling rename()
    > function?
    They are not supported.

    --
    Måns Rullgård
    [email]mru@users.sf.net[/email]
    Måns Rullgård Guest

  4. #3

    Default Re: Wildcards in rename()?

    Dnia Mon, 14 Jul 2003 10:31:28 +0200, Alvaro Puente napisa³(a):
    > Do any of you know if wildcards are accepted when calling rename()
    > function?
    I don't think so. You need to implement it by yourself.

    --
    [ Wojtek Walczak - gminick (at) underground.org.pl ]
    [ <http://gminick.linuxsecurity.pl/> ]
    [ "...rozmaite zwroty, matowe od patyny dawnosci." ]

    Wojtek Walczak Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139