 |
PathYetAnotherMakeUniqueName Add comment W32 Constants Translate this page |
 |
 |
|
Creates a unique filename based on an existing filename. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL PathYetAnotherMakeUniqueName(
LPWSTR pszUniqueName,
LPCWSTR pszPath,
LPCWSTR pszShort,
LPCWSTR pszFileSpec
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER PathYetAnotherMakeUniqueName IN shell32;
STRING @ pszUniqueName,;
STRING pszPath,;
STRING pszShort,;
STRING pszFileSpec
|
 |
 |
 |
| Parameters: |
 |
pszUniqueName
[out] A string buffer that receives a NULL-terminated Unicode string that contains the fully qualified path of the unique file name.
pszPath
[in] A NULL-terminated Unicode string containing the fully qualified path of folder that will contain the new file.
pszShort
[in] A NULL-terminated Unicode string containing the short file name that the unique name will be based on.
pszFileSpec
[in] A NULL-terminated Unicode string containing the long file name that the unique name will be based on. |
 |
 |
| Return value: |
 |
| Returns TRUE if a unique name was successfully created, FALSE if not. |
 |
 |
| My comment: |
 |
| See also PathMakeUniqueName function. |
 |
 |
| Word Index links for the PathYetAnotherMakeUniqueName : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-03-17 11:01:49 | | Modified: | 2003-03-17 11:04:36 | Visited in last 7 days: 17 |