AccessXP in Access2000 Mode:
In my code I use the MkDir method to create a folder and then I want to use the
transfertext method to create a delimited text file in that folder. MkDir runs
and then when transfertext runs I get a message that a file can not be created
in the folder because the folder is Read Only. When I check the folder's
attributes with Windows Explorer, sure enough the folder is Read Only.
How can I use the MkDir method and not get a Read Only folder?
Thanks for all help!
Sue
In my code I use the MkDir method to create a folder and then I want to use the
transfertext method to create a delimited text file in that folder. MkDir runs
and then when transfertext runs I get a message that a file can not be created
in the folder because the folder is Read Only. When I check the folder's
attributes with Windows Explorer, sure enough the folder is Read Only.
How can I use the MkDir method and not get a Read Only folder?
Thanks for all help!
Sue
Comment