Adi_Fss_Filerename - Analog Devices VisualDSP++ 5.0 Service Manual

Visualdsp++ 5.0 device drivers and system for blackfin processors
Table of Contents

Advertisement

File System Service API Reference

adi_fss_FileRename

Description
This routine renames a file from
can be specified as absolute or relative paths.
Prototype
u32 adi_fss_FileRename (
);
Arguments
old_path
oldlen
new_path
newlen
Return Value
ADI_FSS_RESULT_SUCCESS
Any other value
12-40
to
old_path
ADI_FSS_WCHAR
u32
ADI_FSS_WCHAR
u32
NULL-terminated string identifying file to rename
Length of
old_path
NULL; for examaple, the value that
would return
NULL-terminated string identifying new file name
Length of
new_path
ple, the value that
No error has been encountered.
Error has occurred.
See
Table 12-1 on page 12-55
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
. Both arguments
new_path
*old_path,
oldlen,
*new_path,
newlen
string excluding terminating
strlen(name
string excluding NULL; for exam-
would return
strlen(name)
for a list of return codes.
)

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?

Table of Contents