PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Does Peopletools 8.59 have a Filename Size Limit for GetFile ?

Hello - I'm writing out a file from an App Engine and the filename is coming from an external source - and I want to truncate the filename if it is too long.

I see online that the Unix/Linux filename limit is 255 char.

What is Peopletools 8.59 filename length limit? Is it the same as linux?

Code snippet:

 &out_document_file = GetFile(&out_path | &out_doc_name, "W", %FilePath_Absolute);
 &out_document_file.WriteBase64StringToBinary(MAM05704_AET.M_AM_STRING.Value); /* write the base64 string out as binary (image) to file */
 &out_document_file.Close();

Thanks!!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center