Please help. I am trying to use createdirectory but, yet it
is not working at all? I need to create it as external
function for library??? right?
Please advice because powerbuilder help does not help at
all for a newbie.
Thanks so much.
-----------------------------------
My Web 2.0 Stuff
Blog: http://bruce.pbdjmagazine.com/
Facebook: http://www.facebook.com/people/Bruce-Armstrong/1600223798
Fotki: http://public.fotki.com/brucearmstrong/
LinkedIn: http://www.linkedin.com/in/bruceaarmstrong
Twitter: http://twitter.com/bruce_armstrong
YouTube: http://www.youtube.com/user/brucearmstrong
I am using PB11.5 build 2506.
<jack> wrote in message news:499e4b6d.5c...@sybase.com...
I have mine as below (not working)
string ls_directory
ls_Directory = 'testpfc'
rtn = CreateDirectory( ls_Directory )
i think i had got it run. Thanks. Please ignore my previous
msg.
I will post more questions if needed help later.
Thanks.
> Sorry, i had tried the CreateDirectory method (meaning not
> using the external function of kernel21.dll library), but
> it not working. Please briefly show some exapmle.
>
> I have mine as below (not working)
>
> string ls_directory
> ls_Directory = 'testpfc'
> rtn = CreateDirectory( ls_Directory )
>
> > Then it would be the CreateDirectory ( ) method.
> >
> >
> > <jack> wrote in message
> > > news:499e4b6d.5c...@sybase.com... Hi,
> > >
> > > I am using PB11.5 build 2506.
> > >
> > >> What version of PB are you using? That's a native
> > >> PowerScript function in recent versions.
> > >>
> > >> On 19 Feb 2009 19:41:14 -0800, jack wrote:
> > >>
> > >> >Hi all,
> > >> >
> > >> > Please help. I am trying to use createdirectory but
> > , yet >> it >is not working at all? I need to create it