January 21, 2025, 06:27:55 PM
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
This forum provides RSS feed. To query recent posts use
this url
.
More...
Home
Help
Search
Calendar
Login
Register
Wintermute Engine Forum
>
Wintermute Engine
>
Technical forum
>
Topic:
GetFiles and packages
« previous
next »
Pages: [
1
]
Print
Author
Topic: GetFiles and packages (Read 2874 times)
0 Members and 1 Guest are viewing this topic.
Banbury
Lurker
Karma: 0
Offline
Posts: 36
I'm a llama! Mooh!
GetFiles and packages
«
on:
December 23, 2007, 11:30:34 AM »
Directory.GetFiles seems to work only for physical paths (eg. "c:\somepath") but not for packages. Is there another function to get a list of files in a package?
Logged
Mnemonic
WME developer
Administrator
Addicted to WME forum
Karma: 41
Offline
Gender:
Posts: 5683
Re: GetFiles and packages
«
Reply #1 on:
December 23, 2007, 01:01:35 PM »
No, there's no such function, because the packages don't use the concept of directories and only access files using their full pathname.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum.
Banbury
Lurker
Karma: 0
Offline
Posts: 36
I'm a llama! Mooh!
Re: GetFiles and packages
«
Reply #2 on:
December 23, 2007, 02:10:49 PM »
That's unfortunate. I would settle for a function that gives me all files in a package.
Maybe in a later version?
Thanks
Banbury
Logged
Print
Pages: [
1
]
« previous
next »
Wintermute Engine Forum
>
Wintermute Engine
>
Technical forum
>
Topic:
GetFiles and packages