Hi,
i have problem with this code in windows vista
intfile = FreeFile
Open strDestination For Binary Access Write As #intfile
Run-time error '75':
Path/File access error
however it working in windows xp
can any one help ?
i have problem with this code in windows vista
intfile = FreeFile
Open strDestination For Binary Access Write As #intfile
Run-time error '75':
Path/File access error
however it working in windows xp
can any one help ?
Comment