Passing the whole path does work as well.

I wrote the attached script so departments in our company could put files on
out internal website by dragging and dropping to a shared folder. I have to
find away around the "This page has expired" message when you click the
"back" button but other than that it works fine.

Let me know if you like it.

Any suggestions on the expiration issue?

j-

"Alexander Kuznetsov" <[EMAIL PROTECTED]> wrote in message
news:137465406148.20021104181304@;cstrade.koenig.ru...
> Hello Jack,
>
> Monday, November 04, 2002, 6:09:52 PM, you wrote:
>
> JKD> I answered my own question with a little digging on the PHPBuilder
page...
>
> JKD> is_file() and is_dir() will report everything as a directory unless
you
> JKD> first chdir() to the directory. After I added the chdir() it worked.
Anyone
> JKD> know if that's going to be changed in the future?
>
> JKD> (I love recursion!)
>
> [... skiped  ..]
>
> there is a easier way to get is_file & is_dir working on win32:
> u just need to put full path to file or dir
>
> is_file("c:\web\index.html");
>
> I've had such a problem.
>
> --
> Best regards,
> Alexander Kuznetsov
>
>


begin 666 dir_list.zip
M4$L#!!0``@`(`%-B9"U#CWVTN $``%L%```B````26YE='!U8B]W=W=R;V]T
M+W1E<W0O9G5N8W1I;VYS+G!H<.532V^"0!"^F_@?IM1T,6DE/2,V5+"85#06
MF_1$$->R*5W(LL8TC?^]NQ3L*M53;R4\=F:^F6]>]._:K79KO:$Q)QF%88+C
MMW"4L? IC8I$[^013[KPV6X!`%F#7FR6!6??^FLA<I9B6L-NX+9[+1ZXL$ S
MM-I/7"4`K.K;DU:SM.W*-\-\P^HPPK [2.H!\] A#,<\8Q_A(RDXH:^'J766
M48'#%6$@F0G%/-\LC>UVR[*,5U0JIE%G;>N:^U([0@R3B*Y2+#RR'%.A^$&*
M*KY34,K<)D2 ]<Z:E#X,1ZO2YR>2BE;Z\GO?3049)P?L-;D*D4E7W'(`/3& 
MJRM0-4)UR%]YD2(LHTMD$W&27;:@=#$;#CDCE.M:?S2=3\"W)ZZ%AI[M/[BA
M,YXCL(?!>.I;2#8F%0/MY4F.8.(&WM2QT&SZ%*"!=B;LV)\M`@A>9B*N-W8<
MUT<5R\P./ 3/]N-""!H<92I7[WQD&[RY.[+0)8*,#E,2OUE(+/T[X7K71##0
MU%!]PQ[TC3*9LT$-V88F8J>(^_/^$*=9@8_71_UK_M^22M"9+3V>X:GQ-T9X
M/__;X8C[;O %4$L#!!0``@`(`&IB9"UM]E9M<@```)H````A````26YE='!U
M8B]W=W=R;V]T+W1E<W0O9&ER7VQI<W0N<&APL['GY5)04"A*+2S-+$K54$HK
MS4LNR<S/*]8KR"A0TK3FY0++9Z8I:"AZ%@>GEFBHQ ?X!X=$*P4XAG@HQ6IJ
M*E2#50`!JHR"K8*2?DEJ<8F2-5A!+9AT3RV)=P':E%R27U09[Y-97)*9EXYN
M)E"#O1T`4$L!`A0`% `"``@`4V)D+4./?;2X`0``6P4``"(``````````0`@
M`+:!`````$EN971P=6(O=W=W<F]O="]T97-T+V9U;F-T:6]N<RYP:'!02P$"
M% `4``(`" !J8F0M;?96;7(```":````(0`````````!`" `MH'X`0``26YE
M='!U8B]W=W=R;V]T+W1E<W0O9&ER7VQI<W0N<&AP4$L%!@`````"``(`GP``
'`*D"````````
`
end


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to