I am trying to incorparate the win zip command line processor in my
code on an Access 2003 database form. The code that I downloaded made
a call to the windows api. It requires that you use short names
because it works in the command window. The call is to
apiGetShortPath Name from the kernel. It works great for returning the
short name for the xls file I am zipping. But then when I use the same
path and name with a zip extension is comes back empty. Is there some
security issue with zip files that it is running into? This call is
from a function called fGetShortName that I downloaded from the
mvps.org website.
code on an Access 2003 database form. The code that I downloaded made
a call to the windows api. It requires that you use short names
because it works in the command window. The call is to
apiGetShortPath Name from the kernel. It works great for returning the
short name for the xls file I am zipping. But then when I use the same
path and name with a zip extension is comes back empty. Is there some
security issue with zip files that it is running into? This call is
from a function called fGetShortName that I downloaded from the
mvps.org website.
Comment