March 3, 201510 yr I am trying to export a font from a container field to the font folder on Windows. I have it working on my Mac but I cannot get it working on Windows. What am I doing wrong here? "/c:/Windows/Fonts" & $filename
March 3, 201510 yr There should be a "file:" or "filewin:" prefix to make the path complete You're also missing a "/" after "Fonts" Lastly: the user may not have write privileges to that folder
March 3, 201510 yr Author Thanks. I made the changes but it's giving me an error when I try to save the font. ï¬lewin:/c:/Windows/Fonts/FontAwesome.otf
March 3, 201510 yr That's probably a permissions issue... not a whole lot you can do about that unless you want to get into OS-level scripting
March 3, 201510 yr Author Thanks Wim. I guess that I will just save them to the desktop and let the user install them manually.
Create an account or sign in to comment