Hello,
I am currently facing an issue with the FileSystem component while trying to create a directory. Here's the situation:
Could anyone provide guidance on what might be causing this or suggest steps to resolve it?
Thank you in advance!
Hi Shaikh,
What path are you specifying in the call to File_WriteBinary?
Hi @Kilian,
While creating file in path value I'm sending this: Path_GetApplicationDirectory.ApplicationDirectory + "/Data/" + Upload1.Filename
BTW I'm also trying to create directory (folder) but still facing same issue, for Directory_Create action I'm sending Path_GetApplicationDirectory.ApplicationDirectory + "\Data\" + DirectoryName in Path
Yeah, you cannot just create directories/folders in the IIS directory, as far as I know. Hence the access denied error. If you run an on-premise infrastructure, you need to write to a path that IIS has access too (or use the Run As user).