R
red6000
Hi,
I have some code that saves files to a folder on a another drive (ie
J:\savedfiles\).
Is there any code that can test to see if I have write access to that
folder?
ie:
If writeaccess to J:\savedfiles\ = true then
save file here
else
save file to own drive
end if
Thanks
I have some code that saves files to a folder on a another drive (ie
J:\savedfiles\).
Is there any code that can test to see if I have write access to that
folder?
ie:
If writeaccess to J:\savedfiles\ = true then
save file here
else
save file to own drive
end if
Thanks