Thread: Folder problem
View Single Post
  #5  
Old 12-21-2003, 05:42 AM
Milkdude99 Milkdude99 is offline
Truckin Up
Milkdude99's Avatar
Join Date: Jun 2001
Location: Central Florida
Posts: 3,390
Milkdude99 is an unknown quantity at this point
Send a message via ICQ to Milkdude99
Re: Folder problem

Quote:
Originally posted by dlang
When I create a folder like
NPC Code:

rw levels/folder/folder/*


Files wont upload into it when I try to move them
but when I use
NPC Code:

rw levels/folder/*


It works..

Any suggestions for this problem?
Improper syntax , the first one only gives you rights to the last folder and everything under it but not the first one, that is why you cannot load files to it. but the second one gives you rights to that folder and everything under it so therefore for what you want to do is the correct syntax to use.
__________________

Moon God
Graal.net

---------- Home---------

Reply With Quote