Hi all,
I am using "master..xp_get filedetails @path" method to get file details.
I am not sure, maybe the @path must in this format "C:\TestFolder\ SubFolder\TestF ile.pdf" only can work, because i get error of "xp_getfiledeta ils() returned error 3, 'The system cannot find the path specified.'".
So if it is true, the @path i have now is in this format : "../../../../../TestFolder/SubFolder/TestFile.pdf".
Anyone could tell is there any way i can map the path including which drive the file is located?
Urgent. Any help much appreciated. Thanks.
I am using "master..xp_get filedetails @path" method to get file details.
I am not sure, maybe the @path must in this format "C:\TestFolder\ SubFolder\TestF ile.pdf" only can work, because i get error of "xp_getfiledeta ils() returned error 3, 'The system cannot find the path specified.'".
So if it is true, the @path i have now is in this format : "../../../../../TestFolder/SubFolder/TestFile.pdf".
Anyone could tell is there any way i can map the path including which drive the file is located?
Urgent. Any help much appreciated. Thanks.
Comment