Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets flags that describe how to decorate the file name.
This property is read/write.
Syntax
HRESULT get_FileNameFormat(
AutoPathFormat *format
);
Parameters
format
Return value
None
Remarks
PLA appends the decoration to the file name. For example, if you specify plaMonthDayHour, PLA appends the current month, day, and hour values to the file name. If the file name is MyFile, the result could be MyFile110816.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | pla.h |
| DLL | Pla.dll |