Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
yiyun0918@adobeforums.com #1
Get string from ASPathName
Hello,
I want to get the path of the current file opened by Acrobat.In the function ACCB1 void ACCB2 MyAVDocWillOpenFromFile (ASPathName fileName, ASFileSys fileSys, void* clientData). Only get ASPathName ,how to convert it to C style string ?
Thanks!!
yiyun0918@adobeforums.com Guest
-
Maintain query string and somehow auto refresh a pagewith that string intact
I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between... -
#7056 [Com]: Setting string variables to value starting with '<' cause string to be empty.
ID: 7056 Comment by: davidgjenkins at ntlworld dot com Reported By: tammy at synchronis dot com Status: Closed... -
string question: how to append x zeros to get fixed lenght string?
"Bob Barrows" <reb_01501@yahoo.com> wrote in message news:uuhVv4mcDHA.656@tk2msftngp13.phx.gbl... newstring = Right("0000000" & i,8) ;-p -
Cannot create an object of type 'System.String[]' from its representation 'String[] Array'
Hello, I am designing a .net custom control in VS.net 7.1 and my control exposes an array of strings which are supposed to be the items to show. To... -
String question: Returning portion of string with words surrounding highlighted search term?
I'm looking to find or create an ASP script that will take a string, examine it for a search term, and if it finds the search term in the string,... -
malkyt8@adobeforums.com #2
Re: Get string from ASPathName
Hi,
If you use the function, ASFileSysDIPathFromPath that should return a string you can use.
Normally you can call it like this, assuming all declarations are done.
myString = ASFileSysDIPathFromPath ( NULL, theASPathName, NULL);
HTH
Malky
malkyt8@adobeforums.com Guest



Reply With Quote

