CFileFind::GetFileURL

Call this member function to retrieve the specified URL.

virtual CString GetFileURL( ) const;

Return Value

The complete URL.

Remarks

You must call FindNextFile at least once before calling GetFileURL.

GetFileURL is similar to the member function GetFilePath, except that it returns the URL in the form file://path. For example, calling GetFileURL to get the complete URL for myfile.txt returns the URL file://c:\myhtml\myfile.txt.

Example

See the example for CFileFind::GetFileName.

Requirements

Header: afx.h

See Also

Reference

CFileFind Class

Hierarchy Chart

CFileFind::FindFile

Other Resources

CFileFind Members