Still get the same problem. Here's the code:
<%
objFSO.MoveFile pathsrc,pathdst
set f=objFSO.getfile(pathdst)f.attributes
f.attributes = 1
fileattributes=f.attributes
%>
I have written some script which uses the file system object to move files within a server. Some of the files are Office documents which are viewed using IE5.5. The problem is when more than one person tries viewing the file it excludes the second person. The only way round it seems to be...
I have a page written in vbscript which has a lot of variables tagged on the end of the URL. I need to go to a second page where some hidden variables are set and then return to the previous page. Really, I need to capture the current address into a variable and pass that to the next screen.
Is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.